Skip to content

Commit

Permalink
Update CoffeeNet version to next release 2.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
The next release will be a REAL major version. This change was brought
to you by:

```
$ ./mvnw versions:set -DnewVersion=2.0.0-SNAPSHOT -DprocessAllModules=true
```
  • Loading branch information
punycode committed Feb 16, 2020
1 parent 5f9a555 commit 2f0a048
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions coffeenet-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-actuator</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions coffeenet-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-autoconfigure</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
18 changes: 9 additions & 9 deletions coffeenet-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-dependencies</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -80,49 +80,49 @@
<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-autoconfigure</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-actuator</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-security</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-discovery</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-monitoring</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-navigation</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-navigation-thymeleaf</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-navigation-javascript</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions coffeenet-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-dependencies</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-dependencies/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-parent</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions coffeenet-starter-discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-starter-discovery</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions coffeenet-starter-monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-starter-monitoring</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions coffeenet-starter-navigation-javascript/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-starter-navigation-javascript</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions coffeenet-starter-navigation-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-starter-navigation-thymeleaf</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions coffeenet-starter-navigation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-starter-navigation</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions coffeenet-starter-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-starter-security</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions legacy/coffeenet-actuator-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent-legacy/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-actuator-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions legacy/coffeenet-autoconfigure-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent-legacy/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-autoconfigure-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
18 changes: 9 additions & 9 deletions legacy/coffeenet-dependencies-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-dependencies-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -79,49 +79,49 @@
<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-autoconfigure-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-actuator-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-security-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-discovery</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-monitoring</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-navigation</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-navigation-thymeleaf</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter-navigation-javascript</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions legacy/coffeenet-parent-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-dependencies-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-dependencies-legacy/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-parent-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions legacy/coffeenet-starter-security-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-parent-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../coffeenet-parent-legacy/pom.xml</relativePath>
</parent>

<artifactId>coffeenet-starter-security-legacy</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>rocks.coffeenet</groupId>
<artifactId>coffeenet-starter</artifactId>
<version>0.39.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 2f0a048

Please sign in to comment.