Skip to content

Commit b8e253e

Browse files
committed
Prepares version 1.0.0
1 parent 25cec08 commit b8e253e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

command-bus-cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<artifactId>command-bus-parent</artifactId>
3232
<groupId>de.triology.cb</groupId>
33-
<version>0.2.3-SNAPSHOT</version>
33+
<version>1.0.0</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>
3636

command-bus-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<artifactId>command-bus-parent</artifactId>
3232
<groupId>de.triology.cb</groupId>
33-
<version>0.2.3-SNAPSHOT</version>
33+
<version>1.0.0</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>
3636

command-bus-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
<parent>
3131
<artifactId>command-bus-parent</artifactId>
3232
<groupId>de.triology.cb</groupId>
33-
<version>0.2.3-SNAPSHOT</version>
33+
<version>1.0.0</version>
3434
</parent>
3535
<modelVersion>4.0.0</modelVersion>
3636

3737
<artifactId>command-bus-spring</artifactId>
38-
<version>0.2.3-SNAPSHOT</version>
38+
<version>1.0.0</version>
3939

4040
<dependencyManagement>
4141

pom.xml

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

3131
<groupId>de.triology.cb</groupId>
3232
<artifactId>command-bus-parent</artifactId>
33-
<version>0.2.3-SNAPSHOT</version>
33+
<version>1.0.0</version>
3434

3535
<name>command-bus</name>
3636
<description>CDI enabled Java Command-Bus</description>

0 commit comments

Comments
 (0)