Consolidate version numbers to 2.0.0(-SNAPSHOT)
Partially resolves #156
This commit is contained in:
@@ -18,5 +18,5 @@ In order to get everything running we need to setup the following server instanc
|
||||
== Build + Run
|
||||
|
||||
Build the sample using `$ mvn clean package` and run using
|
||||
`$ java -jar target/dataflow-zuul-1.0.0.BUILD-SNAPSHOT.jar`
|
||||
`$ java -jar target/dataflow-zuul-2.0.0-SNAPSHOT.jar`
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>org.springframework.cloud.samples</groupId>
|
||||
<artifactId>dataflow-zuul</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>ldapserver</name>
|
||||
|
||||
Reference in New Issue
Block a user