Skip to content

Commit 2c72c26

Browse files
committed
chore: [maven-release-plugin] prepare release 0.1.2
1 parent 839742e commit 2c72c26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

junit5-formatted-source-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>junit5-formatted-source-parent</artifactId>
55
<groupId>com.mikemybytes</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

junit5-formatted-source/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>junit5-formatted-source-parent</artifactId>
55
<groupId>com.mikemybytes</groupId>
6-
<version>0.1.2-SNAPSHOT</version>
6+
<version>0.1.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.mikemybytes</groupId>
66
<artifactId>junit5-formatted-source-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.1.2-SNAPSHOT</version>
8+
<version>0.1.2</version>
99

1010
<name>JUnit 5 FormattedSource (parent)</name>
1111
<description>Allows defining JUnit 5 ParameterizedTest cases using a human-readable format</description>
@@ -30,7 +30,7 @@
3030
<scm>
3131
<connection>scm:git:[email protected]:mikemybytes/junit5-formatted-source.git</connection>
3232
<developerConnection>scm:git:ssh://github.com:mikemybytes/junit5-formatted-source.git</developerConnection>
33-
<tag>HEAD</tag>
33+
<tag>0.1.2</tag>
3434
<url>https://github.com/mikemybytes/junit5-formatted-source</url>
3535
</scm>
3636

0 commit comments

Comments
 (0)