Skip to content

Commit 33af641

Browse files
committed
chore: [maven-release-plugin] prepare release 1.0.1
1 parent 8fb75d6 commit 33af641

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>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99

1010
<name>JUnit 5 FormattedSource (parent)</name>
1111
<description>Parent project for all JUnit 5 FormattedSource library modules</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>1.0.1</tag>
3434
<url>https://github.com/mikemybytes/junit5-formatted-source</url>
3535
</scm>
3636

0 commit comments

Comments
 (0)