Skip to content

Commit 3b2c069

Browse files
author
Starwit
committed
[maven-release-plugin] prepare release 0.0.12
1 parent 4eda8d8 commit 3b2c069

3 files changed

Lines changed: 4 additions & 4 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>sae-visualizer</artifactId>
7-
<version>0.0.12-SNAPSHOT</version>
7+
<version>0.0.12</version>
88
</parent>
99
<groupId>de.starwit</groupId>
1010
<artifactId>application</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
</parent>
1010
<groupId>de.starwit</groupId>
1111
<artifactId>sae-visualizer</artifactId>
12-
<version>0.0.12-SNAPSHOT</version>
12+
<version>0.0.12</version>
1313
<name>sae-visualizer</name>
1414
<description>Visualizes processed data from Starwit Awareness Engine</description>
1515
<packaging>pom</packaging>
1616

1717
<scm>
1818
<connection>scm:git:https://github.com/starwit/sae-visualizer.git</connection>
19-
<tag>0.0.1</tag>
19+
<tag>0.0.12</tag>
2020
</scm>
2121

2222
<properties>

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>sae-visualizer</artifactId>
55
<groupId>de.starwit</groupId>
6-
<version>0.0.12-SNAPSHOT</version>
6+
<version>0.0.12</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)