Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Nov 25, 2020
1 parent 0bbeb29 commit 80b83a7
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
10 changes: 7 additions & 3 deletions cf-ops-automation-bosh-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>cf-ops-automation-bosh-broker</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>cf-ops-automation-broker-core</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
</dependency>
<dependency>
<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>spring-boot-starter-servicebroker-catalog</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -102,4 +102,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v0.33.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions cf-ops-automation-broker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>cf-ops-automation-broker-core</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
<packaging>jar</packaging>

<name>cf-ops-automation-broker-core</name>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>cf-ops-automation-broker</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down
4 changes: 2 additions & 2 deletions cf-ops-automation-broker-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>cf-ops-automation-broker-framework</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
<packaging>jar</packaging>

<name>cf-ops-automation-broker-framework</name>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>cf-ops-automation-broker</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down
8 changes: 6 additions & 2 deletions cf-ops-automation-terraform-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>cf-ops-automation-terraform-broker</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>cf-ops-automation-broker-core</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -54,4 +54,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v0.33.0</tag>
</scm>
</project>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>cf-ops-automation-broker</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
<packaging>pom</packaging>

<name>cf-ops-automation-broker</name>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/orange-cloudfoundry/cf-ops-automation-broker.git</connection>
<developerConnection>scm:git:https://github.com/orange-cloudfoundry/cf-ops-automation-broker.git
</developerConnection>
<tag>HEAD</tag>
<tag>v0.33.0</tag>
</scm>

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>cf-ops-automation-broker-framework</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-starter-servicebroker-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cf-ops-automation-broker</artifactId>
<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>cf-ops-automation-broker-core</artifactId>
<version>0.33.0-SNAPSHOT</version>
<version>0.33.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit 80b83a7

Please sign in to comment.