Skip to content

Commit 9599fc5

Browse files
committed
[maven-release-plugin] prepare release artemis-odb-2.1.0
1 parent a897364 commit 9599fc5

File tree

20 files changed

+31
-42
lines changed

20 files changed

+31
-42
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.1.0-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
</parent>
99
<artifactId>artemis-odb-cli</artifactId>
1010
<packaging>jar</packaging>

artemis-fluid/artemis-fluid-core/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-fluid</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</version>
98
</parent>
109

1110
<artifactId>artemis-fluid-core</artifactId>

artemis-fluid/artemis-fluid-gradle-plugin/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>artemis-fluid</artifactId>
75
<groupId>net.onedaybeard.artemis</groupId>
8-
<version>2.1.0-SNAPSHOT</version>
6+
<version>2.1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

artemis-fluid/artemis-fluid-maven-integration-test/artemis-fluid-maven-integration-test-components/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>net.onedaybeard.artemis</groupId>
97
<artifactId>artemis-fluid-maven-integration-test</artifactId>
10-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
119
</parent>
1210

1311
<artifactId>artemis-fluid-maven-integration-test-components</artifactId>
14-
<version>2.1.0-SNAPSHOT</version>
12+
<version>2.1.0</version>
1513

1614
<dependencies>
1715
<dependency>

artemis-fluid/artemis-fluid-maven-integration-test/artemis-fluid-maven-integration-test-systems/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>net.onedaybeard.artemis</groupId>
97
<artifactId>artemis-fluid-maven-integration-test</artifactId>
10-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
119
</parent>
1210

1311
<artifactId>artemis-fluid-maven-integration-test-systems</artifactId>
14-
<version>2.1.0-SNAPSHOT</version>
12+
<version>2.1.0</version>
1513

1614
<dependencies>
1715
<dependency>
@@ -32,7 +30,7 @@
3230
<plugin>
3331
<groupId>net.onedaybeard.artemis</groupId>
3432
<artifactId>artemis-fluid-maven-plugin</artifactId>
35-
<version>2.1.0-SNAPSHOT</version>
33+
<version>2.1.0</version>
3634
<executions>
3735
<execution>
3836
<phase>generate-sources</phase>

artemis-fluid/artemis-fluid-maven-integration-test/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>artemis-fluid</artifactId>
75
<groupId>net.onedaybeard.artemis</groupId>
8-
<version>2.1.0-SNAPSHOT</version>
6+
<version>2.1.0</version>
97
</parent>
108
<packaging>pom</packaging>
119

artemis-fluid/artemis-fluid-maven-plugin/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-fluid</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</version>
98
</parent>
109

1110
<artifactId>artemis-fluid-maven-plugin</artifactId>

artemis-fluid/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.1.0-SNAPSHOT</version>
6+
<version>2.1.0</version>
77
</parent>
88
<packaging>pom</packaging>
99

artemis-gradle/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.1.0-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
</parent>
99

1010
<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.1.0-SNAPSHOT</version>
6+
<version>2.1.0</version>
77
</parent>
88
<artifactId>artemis-odb-gwt</artifactId>
99

0 commit comments

Comments
 (0)