Skip to content

Commit

Permalink
Bump vertx.version from 4.3.1 to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 31, 2022
1 parent 434b1c1 commit 3f2cd0d
Show file tree
Hide file tree
Showing 32 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
export GPG_TTY=$(tty)
./mvnw --no-transfer-progress -B --file pom.xml \
-Drepository.url=https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git \
-Dmaven.site.skip=true -Drelease=true -DskipTests=true deploy
-Dmaven.site.skip=true -Drelease=true -DskipTests=true deploy -e
- name: 'Release to GitHub'
env:
Expand Down
4 changes: 2 additions & 2 deletions examples/plugin-example/greeter-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry.example.greeter</groupId>
<artifactId>layrry-plugin-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-platform</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-example/greeter-date-util-1.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry.example.greeter</groupId>
<artifactId>layrry-plugin-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-example/greeter-date-util-2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry.example.greeter</groupId>
<artifactId>layrry-plugin-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-example/greeter-de/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry.example.greeter</groupId>
<artifactId>layrry-plugin-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-example/greeter-en/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry.example.greeter</groupId>
<artifactId>layrry-plugin-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-example/greeter-fr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry.example.greeter</groupId>
<artifactId>layrry-plugin-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-example/greeter-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry.example.greeter</groupId>
<artifactId>layrry-plugin-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.moditect.layrry.example</groupId>
<artifactId>layrry-examples-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<groupId>org.moditect.layrry.example.greeter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<groupId>org.moditect.layrry.example</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/vertx-example/layrry-links-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.moditect.layrry.example.links</groupId>
<artifactId>layrry-links-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>layrry-links-core</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-platform</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/vertx-example/layrry-links-greenkeeping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.moditect.layrry.example.links</groupId>
<artifactId>layrry-links-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>layrry-links-greenkeeping</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/vertx-example/layrry-links-logconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.moditect.layrry.example.links</groupId>
<artifactId>layrry-links-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>layrry-links-logconfig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/vertx-example/layrry-links-membership/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.moditect.layrry.example.links</groupId>
<artifactId>layrry-links-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>layrry-links-membership</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/vertx-example/layrry-links-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry.example.links</groupId>
<artifactId>layrry-links-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/vertx-example/layrry-links-tournament/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.moditect.layrry.example.links</groupId>
<artifactId>layrry-links-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>layrry-links-tournament</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/vertx-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.moditect.layrry.example</groupId>
<artifactId>layrry-examples-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<groupId>org.moditect.layrry.example.links</groupId>
Expand All @@ -33,7 +33,7 @@
application show-casing Layrry's dynamic plug-in capabilities</description>

<properties>
<vertx.version>4.3.1</vertx.version>
<vertx.version>4.3.2</vertx.version>
<target.assembly.directory>${project.build.directory}/plugins</target.assembly.directory>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion integration-test/it-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.moditect.layrry.it</groupId>
<artifactId>layrry-integrationtest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>it-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/it-bar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.moditect.layrry.it</groupId>
<artifactId>layrry-integrationtest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>it-bar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/it-foo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.moditect.layrry.it</groupId>
<artifactId>layrry-integrationtest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>it-foo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/it-greeter-1.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.moditect.layrry.it</groupId>
<artifactId>layrry-integrationtest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>it-greeter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/it-greeter-2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.moditect.layrry.it</groupId>
<artifactId>layrry-integrationtest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>it-greeter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/it-logconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.moditect.layrry.it</groupId>
<artifactId>layrry-integrationtest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>it-logconfig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/it-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.moditect.layrry.it</groupId>
<artifactId>layrry-integrationtest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<artifactId>layrry-integrationtest-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<groupId>org.moditect.layrry.it</groupId>
Expand Down
2 changes: 1 addition & 1 deletion layrry-config-toml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion layrry-config-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion layrry-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion layrry-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion layrry-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion layrry-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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 @@

<groupId>org.moditect.layrry</groupId>
<artifactId>layrry-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Alpha2</version>
<packaging>pom</packaging>

<name>Layrry Aggregator</name>
Expand Down

0 comments on commit 3f2cd0d

Please sign in to comment.