Skip to content

Commit 6023438

Browse files
committed
[maven-release-plugin] prepare release artemis-odb-2.0.0-RC1
1 parent 4470bb9 commit 6023438

File tree

13 files changed

+19
-24
lines changed

13 files changed

+19
-24
lines changed

artemis-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.onedaybeard.artemis</groupId>
66
<artifactId>artemis-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-RC1</version>
88
</parent>
99
<artifactId>artemis-odb-cli</artifactId>
1010
<packaging>jar</packaging>

artemis-gradle/pom.xml

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

54
<parent>
65
<groupId>net.onedaybeard.artemis</groupId>
76
<artifactId>artemis-parent</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-RC1</version>
98
</parent>
109

1110
<artifactId>artemis-odb-gradle-plugin</artifactId>

artemis-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>net.onedaybeard.artemis</groupId>
55
<artifactId>artemis-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-RC1</version>
77
</parent>
88
<artifactId>artemis-odb-gwt</artifactId>
99

artemis-json-libgdx/pom.xml

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

54
<parent>
65
<groupId>net.onedaybeard.artemis</groupId>
76
<artifactId>artemis-parent</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-RC1</version>
98
</parent>
109
<artifactId>artemis-odb-serializer-json-libgdx</artifactId>
1110
<packaging>jar</packaging>

artemis-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.onedaybeard.artemis</groupId>
66
<artifactId>artemis-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-RC1</version>
88
</parent>
99
<artifactId>artemis-odb-serializer-json</artifactId>
1010
<packaging>jar</packaging>

artemis-kryo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.onedaybeard.artemis</groupId>
66
<artifactId>artemis-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-RC1</version>
88
</parent>
99
<artifactId>artemis-odb-serializer-kryo</artifactId>
1010
<packaging>jar</packaging>

artemis-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.onedaybeard.artemis</groupId>
66
<artifactId>artemis-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-RC1</version>
88
</parent>
99

1010
<artifactId>artemis-odb-maven-plugin</artifactId>

artemis-processor/pom.xml

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

54
<parent>
65
<groupId>net.onedaybeard.artemis</groupId>
76
<artifactId>artemis-parent</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-RC1</version>
98
</parent>
109

1110
<artifactId>artemis-odb-processor</artifactId>

artemis-serializer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.onedaybeard.artemis</groupId>
66
<artifactId>artemis-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0-RC1</version>
88
</parent>
99
<artifactId>artemis-odb-serializer</artifactId>
1010
<packaging>jar</packaging>

artemis-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>net.onedaybeard.artemis</groupId>
55
<artifactId>artemis-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-RC1</version>
77
</parent>
88

99
<artifactId>artemis-odb-test</artifactId>

0 commit comments

Comments
 (0)