Skip to content

Commit 30366d4

Browse files
committed
[maven-release-plugin] prepare release github-release-parent-0.5.0
1 parent 011ecf9 commit 30366d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

github-release-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<artifactId>github-release-parent</artifactId>
66
<groupId>cy.github</groupId>
7-
<version>0.5.0-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99

1010
<groupId>cy.github</groupId>
1111
<artifactId>github-release-plugin</artifactId>
12-
<version>0.5.0-SNAPSHOT</version>
12+
<version>0.5.0</version>
1313
<packaging>maven-plugin</packaging>
1414

1515
<name>github-release-plugin Maven Plugin</name>

github-release-shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>github-release-parent</artifactId>
55
<groupId>cy.github</groupId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
<groupId>cy.github</groupId>
66
<artifactId>github-release-parent</artifactId>
7-
<version>0.5.0-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
<packaging>pom</packaging>
99

1010
<scm>
1111
<connection>scm:git:git@github.com:cy6erGn0m/github-release-plugin.git</connection>
12-
<tag>HEAD</tag>
12+
<tag>github-release-parent-0.5.0</tag>
1313
</scm>
1414

1515
<properties>

0 commit comments

Comments
 (0)