Skip to content

Commit 163f3f2

Browse files
committed
[maven-release-plugin] prepare release v1.0.1
1 parent 352cb7b commit 163f3f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

logwebconfig-example/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.sfuhrm</groupId>
66
<artifactId>logwebconfig-parent</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
</parent>
99
<artifactId>logwebconfig-example</artifactId>
1010
<name>Log Web Config Example</name>

logwebconfig/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.sfuhrm</groupId>
66
<artifactId>logwebconfig-parent</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
</parent>
99
<artifactId>logwebconfig</artifactId>
1010
<name>Log Web Config</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<groupId>de.sfuhrm</groupId>
55
<artifactId>logwebconfig-parent</artifactId>
66
<name>Log Web Config Parent</name>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
<description>Log Web Config Parent POM</description>
99
<url>https://github.com/sfuhrm/logwebconfig</url>
1010
<scm>
1111
<url>https://github.com/sfuhrm/logwebconfig</url>
1212
<connection>scm:git:git@github.com:sfuhrm/logwebconfig.git</connection>
1313
<developerConnection>scm:git:git@github.com:sfuhrm/logwebconfig.git</developerConnection>
14-
<tag>v0.0.2</tag>
14+
<tag>v1.0.1</tag>
1515
</scm>
1616
<licenses>
1717
<license>

0 commit comments

Comments
 (0)