Skip to content

Commit d3f13e9

Browse files
committed
[maven-release-plugin] prepare release petals-se-camel-1.2.0
1 parent 442f837 commit d3f13e9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

camel-petals/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>petals-camel-parent</artifactId>
2323
<groupId>org.ow2.petals</groupId>
24-
<version>1.2.0-SNAPSHOT</version>
24+
<version>1.2.0</version>
2525
</parent>
2626

2727
<artifactId>camel-petals</artifactId>
@@ -178,6 +178,6 @@
178178
<scm>
179179
<connection>scm:git:https://github.com/petalslink/petals-se-camel.git</connection>
180180
<developerConnection>scm:git:https://github.com/petalslink/petals-se-camel.git</developerConnection>
181-
<tag>HEAD</tag>
181+
<tag>petals-se-camel-1.2.0</tag>
182182
</scm>
183183
</project>

petals-se-camel-junit/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.ow2.petals</groupId>
2424
<artifactId>petals-camel-parent</artifactId>
25-
<version>1.2.0-SNAPSHOT</version>
25+
<version>1.2.0</version>
2626
</parent>
2727

2828
<name>Petals ESB - Components - SE Camel - JUnit framework</name>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.ow2.petals</groupId>
3535
<artifactId>camel-petals</artifactId>
36-
<version>1.2.0-SNAPSHOT</version>
36+
<version>1.2.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.camel</groupId>
@@ -53,6 +53,6 @@
5353
<scm>
5454
<connection>scm:git:https://github.com/petalslink/petals-se-camel.git</connection>
5555
<developerConnection>scm:git:https://github.com/petalslink/petals-se-camel.git</developerConnection>
56-
<tag>HEAD</tag>
56+
<tag>petals-se-camel-1.2.0</tag>
5757
</scm>
5858
</project>

petals-se-camel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<name>Petals ESB - Components - SE Camel</name>
3131
<artifactId>petals-se-camel</artifactId>
3232
<packaging>jbi-component</packaging>
33-
<version>1.2.0-SNAPSHOT</version>
33+
<version>1.2.0</version>
3434
<description>Service Engine based on Apache Camel</description>
3535

3636
<properties>
@@ -182,6 +182,6 @@
182182
<scm>
183183
<connection>scm:git:https://github.com/petalslink/petals-se-camel.git</connection>
184184
<developerConnection>scm:git:https://github.com/petalslink/petals-se-camel.git</developerConnection>
185-
<tag>HEAD</tag>
185+
<tag>petals-se-camel-1.2.0</tag>
186186
</scm>
187187
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<artifactId>petals-camel-parent</artifactId>
3030
<name>Petals ESB - Components - Camel</name>
31-
<version>1.2.0-SNAPSHOT</version>
31+
<version>1.2.0</version>
3232
<packaging>pom</packaging>
3333

3434
<modules>
@@ -135,6 +135,6 @@
135135
<scm>
136136
<connection>scm:git:https://github.com/petalslink/petals-se-camel.git</connection>
137137
<developerConnection>scm:git:https://github.com/petalslink/petals-se-camel.git</developerConnection>
138-
<tag>HEAD</tag>
138+
<tag>petals-se-camel-1.2.0</tag>
139139
</scm>
140140
</project>

0 commit comments

Comments
 (0)