Skip to content

Commit

Permalink
[maven-release-plugin] prepare release petals-se-camel-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeneux committed Jan 3, 2018
1 parent f6cbc9f commit 26d2713
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>camel-petals</artifactId>
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.1.0</tag>
</scm>
</project>
9 changes: 4 additions & 5 deletions petals-se-camel-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
along with this program/library; If not, see http://www.gnu.org/licenses/
for the GNU Lesser General Public License version 2.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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-camel-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<name>Petals ESB - Components - SE Camel - JUnit framework</name>
Expand All @@ -34,7 +33,7 @@
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>camel-petals</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
Expand All @@ -54,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.1.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.1.0-SNAPSHOT</version>
<version>1.1.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.1.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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -122,6 +122,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.1.0</tag>
</scm>
</project>

0 comments on commit 26d2713

Please sign in to comment.