Skip to content

Commit

Permalink
[maven-release-plugin] prepare release petals-se-camel-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeneux committed Jul 26, 2018
1 parent 442f837 commit d3f13e9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions camel-petals/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>petals-camel-parent</artifactId>
<groupId>org.ow2.petals</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>camel-petals</artifactId>
Expand Down Expand Up @@ -178,6 +178,6 @@
<scm>
<connection>scm:git:https://github.com/petalslink/petals-se-camel.git</connection>
<developerConnection>scm:git:https://github.com/petalslink/petals-se-camel.git</developerConnection>
<tag>HEAD</tag>
<tag>petals-se-camel-1.2.0</tag>
</scm>
</project>
6 changes: 3 additions & 3 deletions petals-se-camel-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-camel-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<name>Petals ESB - Components - SE Camel - JUnit framework</name>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>camel-petals</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
Expand All @@ -53,6 +53,6 @@
<scm>
<connection>scm:git:https://github.com/petalslink/petals-se-camel.git</connection>
<developerConnection>scm:git:https://github.com/petalslink/petals-se-camel.git</developerConnection>
<tag>HEAD</tag>
<tag>petals-se-camel-1.2.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions petals-se-camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<name>Petals ESB - Components - SE Camel</name>
<artifactId>petals-se-camel</artifactId>
<packaging>jbi-component</packaging>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<description>Service Engine based on Apache Camel</description>

<properties>
Expand Down Expand Up @@ -182,6 +182,6 @@
<scm>
<connection>scm:git:https://github.com/petalslink/petals-se-camel.git</connection>
<developerConnection>scm:git:https://github.com/petalslink/petals-se-camel.git</developerConnection>
<tag>HEAD</tag>
<tag>petals-se-camel-1.2.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>petals-camel-parent</artifactId>
<name>Petals ESB - Components - Camel</name>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -135,6 +135,6 @@
<scm>
<connection>scm:git:https://github.com/petalslink/petals-se-camel.git</connection>
<developerConnection>scm:git:https://github.com/petalslink/petals-se-camel.git</developerConnection>
<tag>HEAD</tag>
<tag>petals-se-camel-1.2.0</tag>
</scm>
</project>

0 comments on commit d3f13e9

Please sign in to comment.