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

Commit 0e0005a

Browse files
committed
[maven-release-plugin] prepare release 0.14.0
1 parent 98ce11b commit 0e0005a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
32

43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.emfjson</groupId>
65
<artifactId>emfjson-jackson</artifactId>
76
<packaging>bundle</packaging>
8-
<version>0.14.0-SNAPSHOT</version>
7+
<version>0.14.0</version>
98

109
<parent>
1110
<groupId>org.sonatype.oss</groupId>
@@ -37,7 +36,7 @@
3736
<url>scm:git:git@github.com:emfjson/emfjson-jackson.git</url>
3837
<connection>scm:git:git@github.com:emfjson/emfjson-jackson.git</connection>
3938
<developerConnection>scm:git:git@github.com:emfjson/emfjson-jackson.git</developerConnection>
40-
<tag>HEAD</tag>
39+
<tag>0.14.0</tag>
4140
</scm>
4241

4342
<properties>

0 commit comments

Comments
 (0)