Skip to content

Commit 5d12f9d

Browse files
author
Starwit
committed
[maven-release-plugin] prepare release 0.9.2
1 parent 84a9059 commit 5d12f9d

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.starwit</groupId>
66
<artifactId>observatory-config</artifactId>
7-
<version>0.9.2-SNAPSHOT</version>
7+
<version>0.9.2</version>
88
</parent>
99

1010
<artifactId>application</artifactId>

persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.starwit</groupId>
66
<artifactId>observatory-config</artifactId>
7-
<version>0.9.2-SNAPSHOT</version>
7+
<version>0.9.2</version>
88
</parent>
99

1010
<artifactId>persistence</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
<groupId>de.starwit</groupId>
1111
<artifactId>observatory-config</artifactId>
12-
<version>0.9.2-SNAPSHOT</version>
12+
<version>0.9.2</version>
1313
<description>Observer Configuration</description>
1414
<packaging>pom</packaging>
1515

1616
<scm>
1717
<connection>scm:git:https://github.com/starwit/observatory-config.git</connection>
18-
<tag>0.8.1</tag>
18+
<tag>0.9.2</tag>
1919
</scm>
2020

2121
<properties>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.starwit</groupId>
66
<artifactId>observatory-config</artifactId>
7-
<version>0.9.2-SNAPSHOT</version>
7+
<version>0.9.2</version>
88
</parent>
99

1010
<artifactId>rest</artifactId>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.starwit</groupId>
66
<artifactId>observatory-config</artifactId>
7-
<version>0.9.2-SNAPSHOT</version>
7+
<version>0.9.2</version>
88
</parent>
99

1010
<artifactId>service</artifactId>

webclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>observatory-config</artifactId>
55
<groupId>de.starwit</groupId>
6-
<version>0.9.2-SNAPSHOT</version>
6+
<version>0.9.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)