Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loadbuild committed Aug 15, 2016
1 parent c02d903 commit e3989b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
* under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.solace.labs.cloud.cloudfoundry</groupId>
<artifactId>solace-labs-spring-cloud-connector</artifactId>
<packaging>jar</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>Spring Cloud Connectors for Solace Messaging on Cloud Foundry</name>
<description>Spring Cloud Connectors for Solace Messaging on Cloud Foundry.</description>

Expand All @@ -49,7 +48,7 @@
<url>https://github.com/SolaceLabs/sl-spring-cloud-connectors.git</url>
<connection>scm:git:git://github.com/SolaceLabs/sl-spring-cloud-connectors.git</connection>
<developerConnection>scm:git:[email protected]:SolaceLabs/sl-spring-cloud-connectors.git</developerConnection>
<tag>HEAD</tag>
<tag>0.1.0</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit e3989b5

Please sign in to comment.