Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanovicz committed Nov 21, 2022
1 parent 51667de commit 125edfc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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>1.2</version>
<version>1.2.1</version>
</parent>

<artifactId>modality-api-client</artifactId>
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>1.2</version>
<version>1.2.1</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>1.2</version>
<version>1.2.1</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>1.2</version>
<version>1.2.1</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>1.2</version>
<version>1.2.1</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>1.2</version>
<version>1.2.1</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>1.2</version>
<version>1.2.1</version>

<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
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 @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>com.republicate.modality</groupId>
<artifactId>modality</artifactId>
<version>1.2</version>
<version>1.2.1</version>
</parent>

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

0 comments on commit 125edfc

Please sign in to comment.