Consolidate version numbers to 2.0.0(-SNAPSHOT)

Partially resolves #156
This commit is contained in:
Chris Bono
2022-01-24 09:18:13 -06:00
committed by GitHub
parent b9f2591ebf
commit 96c487a820
105 changed files with 169 additions and 277 deletions

View File

@@ -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`

View File

@@ -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>