Skip to content

Commit 0df52a5

Browse files
committed
[maven-release-plugin] prepare release 0.3
1 parent 798d448 commit 0df52a5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.3-SNAPSHOT</version>
8+
<version>0.3</version>
99

1010
<name>${project.artifactId}</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.3</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.3-SNAPSHOT</version>
6+
<version>0.3</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.3-SNAPSHOT</version>
6+
<version>0.3</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.3-SNAPSHOT</version>
6+
<version>0.3</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.3-SNAPSHOT</version>
6+
<version>0.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)