Skip to content

Commit

Permalink
[maven-release-plugin] prepare release petas-se-camel-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeneux committed Oct 1, 2015
1 parent d85fefa commit 67ec068
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions camel-petals/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>petals-camel-parent</artifactId>
<groupId>org.ow2.petals</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>camel-petals</artifactId>
Expand Down Expand Up @@ -195,5 +194,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>
</scm>
<tag>petas-se-camel-1.0.0</tag>
</scm>
</project>
8 changes: 4 additions & 4 deletions petals-se-camel/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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/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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +13,7 @@
<name>Petals ESB - Components - SE Camel</name>
<artifactId>petals-se-camel</artifactId>
<packaging>jbi-component</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<description>Service Engine based on Apache Camel</description>

<properties>
Expand Down Expand Up @@ -172,5 +171,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>
</scm>
<tag>petas-se-camel-1.0.0</tag>
</scm>
</project>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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/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>
Expand All @@ -13,7 +12,7 @@
<groupId>org.ow2.petals</groupId>
<artifactId>petals-camel-parent</artifactId>
<name>Petals ESB - Components - Camel</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -134,5 +133,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>
</scm>
<tag>petas-se-camel-1.0.0</tag>
</scm>
</project>

0 comments on commit 67ec068

Please sign in to comment.