Skip to content

Commit c1fc2b8

Browse files
[maven-release-plugin] prepare release 0.3.0
1 parent bfa832f commit c1fc2b8

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

hello-dangernoodle-module-a/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.dangernoodle</groupId>
88
<artifactId>hello-dangernoodle</artifactId>
9-
<version>0.3.0-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010
</parent>
1111

1212
<artifactId>hello-dangernoodle-module-a</artifactId>

hello-dangernoodle-module-b/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.dangernoodle</groupId>
88
<artifactId>hello-dangernoodle</artifactId>
9-
<version>0.3.0-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010
</parent>
1111

1212
<artifactId>hello-dangernoodle-module-b</artifactId>

hello-dangernoodle-site/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42

53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.dangernoodle</groupId>
97
<artifactId>hello-dangernoodle</artifactId>
10-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
119
</parent>
1210

1311
<name>${project.artifactId}</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>hello-dangernoodle</artifactId>
13-
<version>0.3.0-SNAPSHOT</version>
13+
<version>0.3.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.artifactId}</name>
@@ -46,7 +46,7 @@
4646
<url>https://github.com/dangernoodle-io/hello-dangernoodle</url>
4747
<connection>scm:git:github.com:dangernoodle-io/hello-dangernoodle.git</connection>
4848
<developerConnection>scm:git:git@github.com:dangernoodle-io/hello-dangernoodle.git</developerConnection>
49-
<tag>master</tag>
49+
<tag>0.3.0</tag>
5050
</scm>
5151

5252
<issueManagement>

0 commit comments

Comments
 (0)