Skip to content

Commit 5b26688

Browse files
authored
Merge pull request #2 from danube-messaging/update_ver
bump the version
2 parents 4ff355c + 325c4d0 commit 5b26688

5 files changed

Lines changed: 6 additions & 10 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ target/
3030
# IntelliJ
3131
.idea/
3232
*.iml
33+
34+
# Others
35+
.vscode/

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

danube-client-proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.danubemessaging</groupId>
99
<artifactId>danube-java</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.2.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

danube-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.danubemessaging</groupId>
99
<artifactId>danube-java</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.2.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.danubemessaging</groupId>
88
<artifactId>danube-java</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
<packaging>pom</packaging>
1111
<name>Danube Java</name>
1212
<description>Danube Java client multi-module build</description>

0 commit comments

Comments
 (0)