Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 41daee3

Browse files
committed
[maven-release-plugin] prepare release 0.12.0
1 parent 6d232dc commit 41daee3

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

emfjson-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.emfjson</groupId>
55
<artifactId>emfjson</artifactId>
6-
<version>0.12.0-SNAPSHOT</version>
6+
<version>0.12.0</version>
77
</parent>
88
<packaging>bundle</packaging>
99
<artifactId>emfjson-core</artifactId>

emfjson-gwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.emfjson</groupId>
55
<artifactId>emfjson</artifactId>
6-
<version>0.12.0-SNAPSHOT</version>
6+
<version>0.12.0</version>
77
</parent>
88
<artifactId>emfjson-gwt</artifactId>
99
<description>EMF JSON GWT</description>

emfjson-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.emfjson</groupId>
55
<artifactId>emfjson</artifactId>
6-
<version>0.12.0-SNAPSHOT</version>
6+
<version>0.12.0</version>
77
</parent>
88
<packaging>bundle</packaging>
99
<artifactId>emfjson-jackson</artifactId>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.emfjson</groupId>
55
<artifactId>emfjson</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.12.0-SNAPSHOT</version>
7+
<version>0.12.0</version>
88

99
<parent>
1010
<groupId>org.sonatype.oss</groupId>
@@ -36,7 +36,8 @@
3636
<url>scm:git:git@github.com:ghillairet/emfjson.git</url>
3737
<connection>scm:git:git@github.com:ghillairet/emfjson.git</connection>
3838
<developerConnection>scm:git:git@github.com:ghillairet/emfjson.git</developerConnection>
39-
</scm>
39+
<tag>0.12.0</tag>
40+
</scm>
4041

4142
<modules>
4243
<module>emfjson-core</module>

0 commit comments

Comments
 (0)