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

Commit c47349b

Browse files
committed
[maven-release-plugin] prepare release emfjson-0.11.0
1 parent fe78f77 commit c47349b

4 files changed

Lines changed: 8 additions & 12 deletions

File tree

emfjson-core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.emfjson</groupId>
65
<artifactId>emfjson</artifactId>
7-
<version>0.11.0-SNAPSHOT</version>
6+
<version>0.11.0</version>
87
</parent>
98
<packaging>bundle</packaging>
109
<artifactId>emfjson-core</artifactId>

emfjson-gwt/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.emfjson</groupId>
65
<artifactId>emfjson</artifactId>
7-
<version>0.11.0-SNAPSHOT</version>
6+
<version>0.11.0</version>
87
</parent>
98
<artifactId>emfjson-gwt</artifactId>
109
<description>EMF JSON GWT</description>

emfjson-jackson/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.emfjson</groupId>
65
<artifactId>emfjson</artifactId>
7-
<version>0.11.0-SNAPSHOT</version>
6+
<version>0.11.0</version>
87
</parent>
98
<packaging>bundle</packaging>
109
<artifactId>emfjson-jackson</artifactId>

pom.xml

Lines changed: 2 additions & 3 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</artifactId>
76
<packaging>pom</packaging>
8-
<version>0.11.0-SNAPSHOT</version>
7+
<version>0.11.0</version>
98

109
<parent>
1110
<groupId>org.sonatype.oss</groupId>

0 commit comments

Comments
 (0)