Skip to content

Commit

Permalink
Update version to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kklisura committed Jun 28, 2019
1 parent de977ca commit b2621d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following dependency to your `pom.xml`:
<dependency>
<groupId>com.github.kklisura.cdt</groupId>
<artifactId>cdt-java-client</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cdt-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.kklisura.cdt</groupId>
<artifactId>cdt-java-client</artifactId>
<version>1.3.5-SNAPSHOT</version>
<version>1.3.5</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion cdt-java-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following dependency to your `pom.xml`:
<dependency>
<groupId>com.github.kklisura.cdt</groupId>
<artifactId>cdt-java-client</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cdt-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.kklisura.cdt</groupId>
<artifactId>cdt-java-client</artifactId>
<version>1.3.5-SNAPSHOT</version>
<version>1.3.5</version>
<packaging>jar</packaging>

<name>cdt-java-client</name>
Expand Down

0 comments on commit b2621d6

Please sign in to comment.