Skip to content

Commit d9dd8a2

Browse files
committed
bump version
1 parent ea08e7d commit d9dd8a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The *GoodData Java SDK* is available in Maven Central Repository, to use it from
1212
<dependency>
1313
<groupId>com.gooddata</groupId>
1414
<artifactId>gooddata-java</artifactId>
15-
<version>2.21.0</version>
15+
<version>2.21.2</version>
1616
</dependency>
1717
```
1818
See [releases page](https://github.com/gooddata/gooddata-java/releases) for information about versions and notable changes,

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>gooddata-java</artifactId>
6-
<version>2.21.2-SNAPSHOT</version>
6+
<version>2.21.2</version>
77
<name>${project.artifactId}</name>
88
<description>GoodData Java SDK</description>
99
<url>https://github.com/gooddata/gooddata-java</url>
@@ -24,7 +24,7 @@
2424
<url>git@github.com:gooddata/gooddata-java.git</url>
2525
<connection>scm:git:git@github.com:gooddata/gooddata-java.git</connection>
2626
<developerConnection>scm:git:${basedir}</developerConnection>
27-
<tag>HEAD</tag>
27+
<tag>gooddata-java-2.21.2</tag>
2828
</scm>
2929
<developers>
3030
<developer>

0 commit comments

Comments
 (0)