Consolidate version numbers to 2.0.0(-SNAPSHOT)
Partially resolves #156
This commit is contained in:
@@ -16,5 +16,5 @@ In order to get everything running we need to setup the following server instanc
|
||||
|
||||
Configure the example application in `DataflowTemplateApplication.java`. Then build
|
||||
using `$ mvn clean package` and run using
|
||||
`$ java -jar target/dataflow-template-1.0.0.BUILD-SNAPSHOT.jar`
|
||||
`$ java -jar target/dataflow-template-2.0.0-SNAPSHOT.jar`
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>org.springframework.cloud.samples</groupId>
|
||||
<artifactId>dataflow-template</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