Skip to content

Commit 72060d8

Browse files
committed
[maven-release-plugin] prepare release v1.3
1 parent 29d5151 commit 72060d8

17 files changed

Lines changed: 26 additions & 34 deletions

File tree

orienteer-archetype-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.orienteer</groupId>
1717
<artifactId>orienteer-parent</artifactId>
18-
<version>1.3-SNAPSHOT</version>
18+
<version>1.3</version>
1919
</parent>
2020
<artifactId>orienteer-archetype-jar</artifactId>
2121
<packaging>maven-archetype</packaging>

orienteer-archetype-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.orienteer</groupId>
1717
<artifactId>orienteer-parent</artifactId>
18-
<version>1.3-SNAPSHOT</version>
18+
<version>1.3</version>
1919
</parent>
2020
<artifactId>orienteer-archetype-war</artifactId>
2121
<packaging>maven-archetype</packaging>

orienteer-architect/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>orienteer-parent</artifactId>
75
<groupId>org.orienteer</groupId>
8-
<version>1.3-SNAPSHOT</version>
6+
<version>1.3</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

orienteer-birt/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2119

2220
<modelVersion>4.0.0</modelVersion>
2321
<artifactId>orienteer-birt</artifactId>
2422
<!-- TODO project name -->
2523
<name>orienteer-birt</name>
26-
<description></description>
24+
<description />
2725
<!--
2826
<organization>
2927
<name>company name</name>
@@ -38,7 +36,7 @@
3836
</license>
3937
</licenses>
4038
<properties>
41-
<orienteer.version>1.3-SNAPSHOT</orienteer.version>
39+
<orienteer.version>1.3</orienteer.version>
4240
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4341
<!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->
4442
<wtp.version>none</wtp.version>
@@ -278,6 +276,6 @@
278276
<parent>
279277
<groupId>org.orienteer</groupId>
280278
<artifactId>orienteer-parent</artifactId>
281-
<version>1.3-SNAPSHOT</version>
279+
<version>1.3</version>
282280
</parent>
283281
</project>

orienteer-bpm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>orienteer-parent</artifactId>
1818
<groupId>org.orienteer</groupId>
19-
<version>1.3-SNAPSHOT</version>
19+
<version>1.3</version>
2020
</parent>
2121
<groupId>org.orienteer</groupId>
2222
<artifactId>orienteer-bpm</artifactId>

orienteer-camel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>orienteer-parent</artifactId>
1717
<groupId>org.orienteer</groupId>
18-
<version>1.3-SNAPSHOT</version>
18+
<version>1.3</version>
1919
</parent>
2020
<artifactId>orienteer-camel</artifactId>
2121
<name>orienteer-camel</name>

orienteer-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.orienteer</groupId>
77
<artifactId>orienteer-parent</artifactId>
8-
<version>1.3-SNAPSHOT</version>
8+
<version>1.3</version>
99
</parent>
1010
<artifactId>orienteer-core</artifactId>
1111
<packaging>jar</packaging>

orienteer-devutils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.orienteer</groupId>
2323
<artifactId>orienteer-parent</artifactId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.3</version>
2525
</parent>
2626
<artifactId>orienteer-devutils</artifactId>
2727
<!-- TODO project name -->

orienteer-etl/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2119

2220
<modelVersion>4.0.0</modelVersion>
2321
<artifactId>orienteer-etl</artifactId>
2422
<!-- TODO project name -->
2523
<name>orienteer-etl</name>
26-
<description></description>
24+
<description />
2725
<!--
2826
<organization>
2927
<name>company name</name>
@@ -255,6 +253,6 @@
255253
<parent>
256254
<groupId>org.orienteer</groupId>
257255
<artifactId>orienteer-parent</artifactId>
258-
<version>1.3-SNAPSHOT</version>
256+
<version>1.3</version>
259257
</parent>
260258
</project>

orienteer-graph/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.orienteer</groupId>
1616
<artifactId>orienteer-parent</artifactId>
17-
<version>1.3-SNAPSHOT</version>
17+
<version>1.3</version>
1818
</parent>
1919
<groupId>org.orienteer</groupId>
2020
<artifactId>orienteer-graph</artifactId>

0 commit comments

Comments
 (0)