Skip to content

Commit

Permalink
chore(release): Prepare release: set version to 7.12.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Sep 25, 2019
1 parent 4891d37 commit 89599f7
Show file tree
Hide file tree
Showing 87 changed files with 95 additions and 91 deletions.
4 changes: 2 additions & 2 deletions bom/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-bom</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
<packaging>pom</packaging>
<name>camunda BPM - Bom</name>
<url>http://camunda.org</url>
Expand Down Expand Up @@ -238,7 +238,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.12.0-alpha4</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion database/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.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<groupId>org.camunda.bpm</groupId>
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.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</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.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</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.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</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-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</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.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion distro/jbossas7/webapp-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.jboss</groupId>
<artifactId>camunda-jboss</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

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

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion distro/license-book/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-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<artifactId>license-book</artifactId>
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-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</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.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</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.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</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-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

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

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

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

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

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

<artifactId>camunda-bpm-wildfly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.wildfly</groupId>
<artifactId>camunda-wildfly</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<artifactId>camunda-wildfly-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly/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-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

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

<artifactId>camunda-wildfly-subsystem</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly8/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.wildfly</groupId>
<artifactId>camunda-wildfly8</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<artifactId>camunda-wildfly8-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly8/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-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<groupId>org.camunda.bpm.wildfly</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly8/subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.wildfly</groupId>
<artifactId>camunda-wildfly8</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<artifactId>camunda-wildfly8-subsystem</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 @@ -10,7 +10,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-database-settings</artifactId>
<relativePath>../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<profiles>
Expand Down
6 changes: 5 additions & 1 deletion engine-dmn/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.camunda.bpm.dmn</groupId>
<artifactId>camunda-engine-dmn-bom</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
<name>camunda DMN - engine - bom</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -46,4 +46,8 @@
<url>allow-resolving-snapshots</url>
</repository>
</repositories>

<scm>
<tag>7.12.0-alpha4</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion engine-dmn/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.dmn</groupId>
<artifactId>camunda-engine-dmn-root</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<artifactId>camunda-engine-dmn</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine-dmn/feel-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.dmn</groupId>
<artifactId>camunda-engine-dmn-root</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<artifactId>camunda-engine-feel-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine-dmn/feel-juel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.dmn</groupId>
<artifactId>camunda-engine-dmn-root</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<artifactId>camunda-engine-feel-juel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine-dmn/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-database-settings</artifactId>
<relativePath>../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<groupId>org.camunda.bpm.dmn</groupId>
Expand Down
2 changes: 1 addition & 1 deletion engine-plugins/connect-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>camunda-engine-plugins</artifactId>
<groupId>org.camunda.bpm</groupId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<properties>
Expand Down
2 changes: 1 addition & 1 deletion engine-plugins/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-database-settings</artifactId>
<relativePath>../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<artifactId>camunda-engine-plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine-plugins/spin-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>camunda-engine-plugins</artifactId>
<groupId>org.camunda.bpm</groupId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion engine-rest/assembly/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-engine-rest-root</artifactId>
<relativePath>../</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions engine-rest/engine-rest-jaxrs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<modelVersion>4.0.0</modelVersion>
<name>camunda BPM - engine - REST JAX RS 2.0</name>
<artifactId>camunda-engine-rest-jaxrs2</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
<packaging>jar</packaging>

<parent>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine-rest-root</artifactId>
<relativePath>../</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<dependencies>
<!-- compile -->
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine-rest-core</artifactId>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion engine-rest/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-engine-rest-root</artifactId>
<relativePath>../</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion engine-rest/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-database-settings</artifactId>
<relativePath>../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<groupId>org.camunda.bpm</groupId>
Expand Down
2 changes: 1 addition & 1 deletion engine-spring/compatibility-test-spring4/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-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.12.0-SNAPSHOT</version>
<version>7.12.0-alpha4</version>
</parent>

<properties>
Expand Down
Loading

0 comments on commit 89599f7

Please sign in to comment.