Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v1.2.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanmuller committed Jul 9, 2017
1 parent 9b81ec2 commit aaa899c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dataflow-server-openshift-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
<packaging>pom</packaging>

<name>Spring Cloud Data Flow Server for OpenShift</name>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:git@github.com:donovanmuller/spring-cloud-dataflow-server-openshift.git</connection>
<developerConnection>scm:git:git@github.com:donovanmuller/spring-cloud-dataflow-server-openshift.git</developerConnection>
<url>https://github.com/donovanmuller/spring-cloud-dataflow-server-openshift</url>
<tag>HEAD</tag>
<tag>v1.2.0.RELEASE</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-dataflow-server-openshift-autoconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-dataflow-server-openshift-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
</parent>

<artifactId>spring-cloud-dataflow-server-openshift-autoconfig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-dataflow-server-openshift-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-dataflow-server-openshift-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
</parent>

<artifactId>spring-cloud-dataflow-server-openshift-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-dataflow-server-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-dataflow-server-openshift-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
</parent>

<artifactId>spring-cloud-dataflow-server-openshift</artifactId>
Expand Down

0 comments on commit aaa899c

Please sign in to comment.