Skip to content

Commit

Permalink
Bump some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanovicz committed Nov 2, 2022
1 parent 091cc58 commit 05e4a4b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 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.2</version>
<version>2.3</version>
</parent>

<artifactId>modality-api-client</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.2</version>
<version>2.3</version>
</parent>

<artifactId>modality-core</artifactId>
Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.6.1</version>
<version>${hsqldb.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions 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.2</version>
<version>2.3</version>
</parent>

<artifactId>modality-example-bookshelf</artifactId>
Expand Down Expand Up @@ -56,7 +56,7 @@ under the License.
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.6.1</version>
<version>${hsqldb.version}</version>
<scope>test</scope>
</dependency>
<dependency>
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.2</version>
<version>2.3</version>
</parent>

<artifactId>modality-examples</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions 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.2</version>
<version>2.3</version>
</parent>

<artifactId>modality-webapp-auth</artifactId>
Expand Down Expand Up @@ -69,7 +69,7 @@ under the License.
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.6.1</version>
<version>${hsqldb.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -87,7 +87,7 @@ under the License.
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>9.4.18.v20190429</version>
<version>${jetty.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
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.2</version>
<version>2.3</version>
</parent>

<artifactId>modality-webapp</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions 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.2</version>
<version>2.3</version>

<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -79,7 +79,8 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>
<servlet.version>3.1.0</servlet.version>
<velocity-tools.version>3.1</velocity-tools.version>
<jetty.version>9.4.9.v20180320</jetty.version>
<jetty.version>9.4.49.v20220914</jetty.version>
<hsqldb.version>2.7.1</hsqldb.version>
</properties>
<!-- as long as we are using snapshot versions for Velocity and Velocity Tools,
make sure we use the lastest ones
Expand Down
4 changes: 2 additions & 2 deletions 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.2</version>
<version>2.3</version>
</parent>

<artifactId>velocity-tools-model</artifactId>
Expand Down Expand Up @@ -75,7 +75,7 @@ under the License.
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.6.1</version>
<version>${hsqldb.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 05e4a4b

Please sign in to comment.