Skip to content

Commit

Permalink
Updated to match current version and name (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeKhalife authored and mdspielman committed Nov 1, 2017
1 parent 3b07902 commit b119d60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The releases from this project are hosted in [Maven Central](http://search.maven

```
// Solace Cloud
compile("com.solace.labs.cloud.cloudfoundry:solace-labs-spring-cloud-connector:0.1+")
compile("com.solace.labs.cloud.cloudfoundry:solace-labs-spring-cloud-connector:1.+")
```

### Using it with Maven
Expand All @@ -81,22 +81,22 @@ compile("com.solace.labs.cloud.cloudfoundry:solace-labs-spring-cloud-connector:0
<dependency>
<groupId>com.solace.labs.cloud.cloudfoundry</groupId>
<artifactId>solace-labs-spring-cloud-connector</artifactId>
<version>0.1+</version>
<version>1.+</version>
</dependency>
```

## Checking out and Building

This project depends on maven for building. To build the jar locally, check out the project and build from source by doing the following:

git clone https://github.com/SolaceLabs/sl-solace-messaging-service-info.git
cd sl-solace-messaging-service-info
git clone https://github.com/SolaceLabs/sl-spring-cloud-connectors.git
cd sl-spring-cloud-connectors
mvn package

This will build a jar file which will be named similar to the following:

```
target/sol-labs-spring-cloud-connector-1.0-SNAPSHOT.jar
target/solace-labs-spring-cloud-connector-1.3.0-SNAPSHOT.jar
```

You can install this file in your maven repository locally.
Expand Down

0 comments on commit b119d60

Please sign in to comment.