Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 3, 2022
1 parent b8c503d commit 4e3d9c6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 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>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>

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

<scm>
<tag>v1.10.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>1.10.0-SNAPSHOT</version>
<version>1.10.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>1.10.0-SNAPSHOT</version>
<version>1.10.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>1.10.0-SNAPSHOT</version>
<version>1.10.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>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down
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>1.10.0-SNAPSHOT</version>
<version>1.10.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>v1.10.0</tag>
</scm>

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>com.orange.oss.cloudfoundry.broker.opsautomation</groupId>
<artifactId>cf-ops-automation-broker-framework</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.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>1.10.0-SNAPSHOT</version>
<version>1.10.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>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit 4e3d9c6

Please sign in to comment.