Skip to content

Commit ee50ea0

Browse files
committed
[maven-release-plugin] prepare release javac-0.4
1 parent 7a2ea45 commit ee50ea0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

javac-oo-mvndemo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>java-oo</groupId>
44
<artifactId>javac-oo-mvndemo</artifactId>
5-
<version>0.4-SNAPSHOT</version>
5+
<version>0.4</version>
66
<dependencies>
77
<dependency>
88
<groupId>java-oo</groupId>

javac-oo-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>java-oo</groupId>
55
<artifactId>parent</artifactId>
6-
<version>0.4-SNAPSHOT</version>
6+
<version>0.4</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>javac-oo-plugin</artifactId>

pom.xml

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

44
<groupId>java-oo</groupId>
55
<artifactId>parent</artifactId>
6-
<version>0.4-SNAPSHOT</version>
6+
<version>0.4</version>
77
<packaging>pom</packaging>
88
<url>http://amelentev.github.io/java-oo/</url>
99

@@ -31,7 +31,7 @@
3131
</distributionManagement>
3232
<scm>
3333
<connection>scm:git:git@github.com:amelentev/java-oo.git</connection>
34-
<tag>HEAD</tag>
34+
<tag>javac-0.4</tag>
3535
</scm>
3636
<build>
3737
<plugins>

0 commit comments

Comments
 (0)