Skip to content

Commit ed3e967

Browse files
committed
[maven-release-plugin] prepare release 0.2
1 parent 3a9aa3b commit ed3e967

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.gitlab.lae.stack.source</groupId>
66
<artifactId>stack-source-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.2-beta18-SNAPSHOT</version>
8+
<version>0.2</version>
99

1010
<name>Stack Source</name>
1111
<description>
@@ -18,7 +18,7 @@
1818
<developerConnection>
1919
scm:git:git@gitlab.com:lae/java-stack-source.git
2020
</developerConnection>
21-
<tag>HEAD</tag>
21+
<tag>0.2</tag>
2222
</scm>
2323

2424
<licenses>

stack-source-junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.gitlab.lae.stack.source</groupId>
55
<artifactId>stack-source-parent</artifactId>
6-
<version>0.2-beta18-SNAPSHOT</version>
6+
<version>0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

stack-source-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.gitlab.lae.stack.source</groupId>
55
<artifactId>stack-source-parent</artifactId>
6-
<version>0.2-beta18-SNAPSHOT</version>
6+
<version>0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

stack-source-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>stack-source-parent</artifactId>
55
<groupId>com.gitlab.lae.stack.source</groupId>
6-
<version>0.2-beta18-SNAPSHOT</version>
6+
<version>0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

stack-source-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.gitlab.lae.stack.source</groupId>
55
<artifactId>stack-source-parent</artifactId>
6-
<version>0.2-beta18-SNAPSHOT</version>
6+
<version>0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

stack-source/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.gitlab.lae.stack.source</groupId>
55
<artifactId>stack-source-parent</artifactId>
6-
<version>0.2-beta18-SNAPSHOT</version>
6+
<version>0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)