Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomYdn committed Feb 11, 2018
1 parent 29d5151 commit 72060d8
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 34 deletions.
2 changes: 1 addition & 1 deletion orienteer-archetype-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>orienteer-archetype-jar</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion orienteer-archetype-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>orienteer-archetype-war</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
6 changes: 2 additions & 4 deletions orienteer-architect/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<parent>
<artifactId>orienteer-parent</artifactId>
<groupId>org.orienteer</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 4 additions & 6 deletions orienteer-birt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>
<artifactId>orienteer-birt</artifactId>
<!-- TODO project name -->
<name>orienteer-birt</name>
<description></description>
<description />
<!--
<organization>
<name>company name</name>
Expand All @@ -38,7 +36,7 @@
</license>
</licenses>
<properties>
<orienteer.version>1.3-SNAPSHOT</orienteer.version>
<orienteer.version>1.3</orienteer.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->
<wtp.version>none</wtp.version>
Expand Down Expand Up @@ -278,6 +276,6 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion orienteer-bpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>orienteer-parent</artifactId>
<groupId>org.orienteer</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-bpm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion orienteer-camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>orienteer-parent</artifactId>
<groupId>org.orienteer</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>orienteer-camel</artifactId>
<name>orienteer-camel</name>
Expand Down
2 changes: 1 addition & 1 deletion orienteer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>orienteer-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion orienteer-devutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>orienteer-devutils</artifactId>
<!-- TODO project name -->
Expand Down
8 changes: 3 additions & 5 deletions orienteer-etl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>
<artifactId>orienteer-etl</artifactId>
<!-- TODO project name -->
<name>orienteer-etl</name>
<description></description>
<description />
<!--
<organization>
<name>company name</name>
Expand Down Expand Up @@ -255,6 +253,6 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion orienteer-graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion orienteer-logger-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>orienteer-logger-server</artifactId>
<name>orienteer-logger-server</name>
Expand Down
2 changes: 1 addition & 1 deletion orienteer-pages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-pages</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion orienteer-pivottable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-pivottable</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion orienteer-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>orienteer-standalone</artifactId>
<packaging>jar</packaging>
Expand Down
8 changes: 3 additions & 5 deletions orienteer-taucharts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,19 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-taucharts</artifactId>
<!-- TODO project name -->
<name>orienteer-taucharts</name>
<description></description>
<description />
<dependencies>
<dependency>
<groupId>org.orienteer</groupId>
Expand Down
2 changes: 1 addition & 1 deletion orienteer-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>orienteer-war</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<groupId>org.orienteer</groupId>
<artifactId>orienteer-parent</artifactId>
<packaging>pom</packaging>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<name>Orienteer</name>
<description>Orienteer - Business Application Platform</description>
<url>http://orienteer.org</url>
<scm>
<url>https://github.com/OrienteerBAP/Orienteer</url>
<connection>scm:git:ssh://github.com/OrienteerBAP/Orienteer.git</connection>
<developerConnection>scm:git:ssh://[email protected]/OrienteerBAP/Orienteer.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.3</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 72060d8

Please sign in to comment.