Skip to content

Commit

Permalink
Set version to 2.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanovicz committed May 25, 2022
1 parent 9b1fa5b commit e472e9e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modality-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>com.republicate.modality</groupId>
<artifactId>modality</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>modality-api-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modality-api-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>com.republicate.modality</groupId>
<artifactId>modality</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>
<artifactId>modality-api-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion modality-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.republicate.modality</groupId>
<artifactId>modality</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>modality-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modality-examples/modality-example-bookshelf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>com.republicate.modality</groupId>
<artifactId>modality-examples</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>modality-example-bookshelf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modality-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>com.republicate.modality</groupId>
<artifactId>modality</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>modality-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modality-webapp-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>com.republicate.modality</groupId>
<artifactId>modality</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>modality-webapp-auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modality-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>com.republicate.modality</groupId>
<artifactId>modality</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>modality-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.

<groupId>com.republicate.modality</groupId>
<artifactId>modality</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion velocity-tools-apiclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>com.republicate.modality</groupId>
<artifactId>modality</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>velocity-tools-apiclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion velocity-tools-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<groupId>com.republicate.modality</groupId>
<artifactId>modality</artifactId>

<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>velocity-tools-model</artifactId>
Expand Down

0 comments on commit e472e9e

Please sign in to comment.