Skip to content

Commit acfcb98

Browse files
committed
[maven-release-plugin]prepare release 0.3.0
1 parent c8db174 commit acfcb98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

my-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>pmb</groupId>
77
<artifactId>my-framework</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

my-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>pmb</groupId>
77
<artifactId>my-dependencies</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
<relativePath>../my-dependencies/pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>pmb</groupId>
55
<artifactId>my-framework</artifactId>
6-
<version>0.3.0-SNAPSHOT</version>
6+
<version>0.3.0</version>
77
<packaging>pom</packaging>
88
<name>My Framework</name>
99

@@ -16,7 +16,7 @@
1616
<url>https://github.com/69pmb/my-framework</url>
1717
<connection>scm:git:https://github.com/69pmb/my-framework.git</connection>
1818
<developerConnection>scm:git:https://github.com/69pmb/my-framework.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>0.3.0</tag>
2020
</scm>
2121

2222
</project>

0 commit comments

Comments
 (0)