Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 7db9cb1

Browse files
committed
Release 0.0.1.
1 parent 5d5050f commit 7db9cb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

java-osb-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>de.fmui.osb.broker</groupId>
2424
<artifactId>java-osb</artifactId>
25-
<version>0.0.1-SNAPSHOT</version>
25+
<version>0.0.1</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>de.fmui.osb.broker</groupId>
4343
<artifactId>java-osb-lib</artifactId>
44-
<version>0.0.1-SNAPSHOT</version>
44+
<version>0.0.1</version>
4545
</dependency>
4646
</dependencies>
4747

java-osb-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>de.fmui.osb.broker</groupId>
2424
<artifactId>java-osb</artifactId>
25-
<version>0.0.1-SNAPSHOT</version>
25+
<version>0.0.1</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

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

2222
<groupId>de.fmui.osb.broker</groupId>
2323
<artifactId>java-osb</artifactId>
24-
<version>0.0.1-SNAPSHOT</version>
24+
<version>0.0.1</version>
2525
<packaging>pom</packaging>
2626

2727
<name>java-osb</name>

0 commit comments

Comments
 (0)