Skip to content

Commit

Permalink
chore(release): Prepare release: set version to 7.2.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed May 16, 2014
1 parent 899a62e commit fe343f5
Show file tree
Hide file tree
Showing 52 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../parent/</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<groupId>org.camunda.bpm</groupId>
Expand Down Expand Up @@ -103,7 +103,7 @@
<url>https://github.com/camunda/camunda-bpm-platform</url>
<connection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</connection>
<developerConnection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</developerConnection>
<tag>HEAD</tag>
<tag>7.2.0-alpha1</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion distro/gf31/assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.camunda.bpm.glassfish</groupId>
<artifactId>camunda-glassfish</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<name>camunda BPM - Glassfish 3.1.x Assembly</name>
Expand Down
2 changes: 1 addition & 1 deletion distro/gf31/distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.camunda.bpm.glassfish</groupId>
<artifactId>camunda-glassfish</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<name>camunda BPM - Glassfish 3.1.x Distro</name>
Expand Down
2 changes: 1 addition & 1 deletion distro/gf31/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.camunda.bpm.glassfish</groupId>
<artifactId>camunda-glassfish</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions distro/gf31/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<groupId>org.camunda.bpm.glassfish</groupId>
<artifactId>camunda-glassfish</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
<packaging>pom</packaging>

<name>camunda BPM - Glassfish 3.1.x</name>
Expand Down
2 changes: 1 addition & 1 deletion distro/gf31/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.camunda.bpm.glassfish</groupId>
<artifactId>camunda-glassfish</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion distro/jbossas7/assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.camunda.bpm.jboss</groupId>
<artifactId>camunda-jboss</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<name>camunda BPM - jBoss7 Assembly</name>
Expand Down
2 changes: 1 addition & 1 deletion distro/jbossas7/distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.camunda.bpm.jboss</groupId>
<artifactId>camunda-jboss</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<name>camunda BPM - jBoss7 Distro</name>
Expand Down
2 changes: 1 addition & 1 deletion distro/jbossas7/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.camunda.bpm.jboss</groupId>
<artifactId>camunda-jboss</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion distro/jbossas7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<groupId>org.camunda.bpm.jboss</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distro/jbossas7/subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.camunda.bpm.jboss</groupId>
<artifactId>camunda-jboss</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion distro/sql-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<groupId>org.camunda.bpm.distro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distro/tomcat/assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.camunda.bpm.tomcat</groupId>
<artifactId>camunda-tomcat</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<name>camunda BPM - tomcat Assembly</name>
Expand Down
2 changes: 1 addition & 1 deletion distro/tomcat/distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.camunda.bpm.tomcat</groupId>
<artifactId>camunda-tomcat</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<name>camunda BPM - tomcat Distro</name>
Expand Down
2 changes: 1 addition & 1 deletion distro/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<artifactId>camunda-tomcat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion engine-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion engine-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/invoice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/wait-states/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion identity/identity-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion javaee/ejb-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion javaee/ejb-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion javaee/jobexecutor-ra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion javaee/jobexecutor-rar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
<packaging>pom</packaging>
<name>camunda BPM - Parent Pom</name>

Expand Down Expand Up @@ -797,7 +797,7 @@
<url>https://github.com/camunda/camunda-bpm-platform</url>
<connection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</connection>
<developerConnection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</developerConnection>
<tag>HEAD</tag>
<tag>7.2.0-alpha1</tag>
</scm>

<issueManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-root</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
<packaging>pom</packaging>
<name>camunda BPM - Root Pom</name>

Expand Down Expand Up @@ -211,7 +211,7 @@
<url>https://github.com/camunda/camunda-bpm-platform</url>
<connection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</connection>
<developerConnection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</developerConnection>
<tag>HEAD</tag>
<tag>7.2.0-alpha1</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion qa/gf31-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.camunda.bpm.qa</groupId>
<artifactId>camunda-qa</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion qa/integration-tests-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.camunda.bpm.qa</groupId>
<artifactId>camunda-qa</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion qa/integration-tests-webapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.camunda.bpm.qa</groupId>
<artifactId>camunda-qa</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion qa/jboss7-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.camunda.bpm.qa</groupId>
<artifactId>camunda-qa</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion qa/tomcat-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.camunda.bpm.qa</groupId>
<artifactId>camunda-qa</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion webapps/camunda-webapp/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.camunda.bpm.webapp</groupId>
<artifactId>camunda-webapp-root</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<groupId>org.camunda.bpm.webapp</groupId>
Expand Down
2 changes: 1 addition & 1 deletion webapps/camunda-webapp/glassfish-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>camunda-webapp-root</artifactId>
<groupId>org.camunda.bpm.webapp</groupId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion webapps/camunda-webapp/glassfish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.camunda.bpm.webapp</groupId>
<artifactId>camunda-webapp-root</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<artifactId>camunda-webapp-glassfish</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapps/camunda-webapp/jboss-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>camunda-webapp-root</artifactId>
<groupId>org.camunda.bpm.webapp</groupId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion webapps/camunda-webapp/jboss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>camunda-webapp-root</artifactId>
<groupId>org.camunda.bpm.webapp</groupId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion webapps/camunda-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0-alpha1</version>
</parent>

<profiles>
Expand Down
Loading

0 comments on commit fe343f5

Please sign in to comment.