Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirocks committed Mar 1, 2018
1 parent ea08e7d commit d9dd8a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The *GoodData Java SDK* is available in Maven Central Repository, to use it from
<dependency>
<groupId>com.gooddata</groupId>
<artifactId>gooddata-java</artifactId>
<version>2.21.0</version>
<version>2.21.2</version>
</dependency>
```
See [releases page](https://github.com/gooddata/gooddata-java/releases) for information about versions and notable changes,
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gooddata-java</artifactId>
<version>2.21.2-SNAPSHOT</version>
<version>2.21.2</version>
<name>${project.artifactId}</name>
<description>GoodData Java SDK</description>
<url>https://github.com/gooddata/gooddata-java</url>
Expand All @@ -24,7 +24,7 @@
<url>git@github.com:gooddata/gooddata-java.git</url>
<connection>scm:git:git@github.com:gooddata/gooddata-java.git</connection>
<developerConnection>scm:git:${basedir}</developerConnection>
<tag>HEAD</tag>
<tag>gooddata-java-2.21.2</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit d9dd8a2

Please sign in to comment.