Skip to content

Commit

Permalink
Bump version to -SNAPSHOT for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 31, 2021
1 parent 60eea16 commit 6eff98c
Show file tree
Hide file tree
Showing 37 changed files with 40 additions and 40 deletions.
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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

[layers.layrry-platform]
modules = ["org.moditect.layrry:layrry-platform:1.0.0.Alpha1"]
modules = ["org.moditect.layrry:layrry-platform:1.0.0-SNAPSHOT"]
[layers.api]
modules = ["org.moditect.layrry.example.greeter:greeter-core:1.0.0"]
parents = ["layrry-platform"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
layers:
layrry-platform:
modules:
- "org.moditect.layrry:layrry-platform:1.0.0.Alpha1"
- "org.moditect.layrry:layrry-platform:1.0.0-SNAPSHOT"
api:
modules:
- "org.moditect.layrry.example.greeter:greeter-core:1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

[layers.layrry-platform]
modules = ["org.moditect.layrry:layrry-platform:1.0.0.Alpha1"]
modules = ["org.moditect.layrry:layrry-platform:1.0.0-SNAPSHOT"]
[layers.api]
modules = ["org.moditect.layrry.example.greeter:greeter-core:1.0.0"]
parents = ["layrry-platform"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
layers:
layrry-platform:
modules:
- "org.moditect.layrry:layrry-platform:1.0.0.Alpha1"
- "org.moditect.layrry:layrry-platform:1.0.0-SNAPSHOT"
api:
modules:
- "org.moditect.layrry.example.greeter:greeter-core:1.0.0"
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.Alpha1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<groupId>org.moditect.layrry.example.greeter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/plugin-example/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ To run the example app, use the following command:

With **YAML** configuration
```
java -jar ../layrry-launcher/target/layrry-launcher-1.0.0.Alpha1-all.jar --layers-config greeter-runner/src/test/resources/layers.yml
java -jar ../layrry-launcher/target/layrry-launcher-1.0.0-SNAPSHOT-all.jar --layers-config greeter-runner/src/test/resources/layers.yml
```

With **TOML** configuration
```
java -jar ../layrry-launcher/target/layrry-launcher-1.0.0.Alpha1-all.jar --layers-config greeter-runner/src/test/resources/layers.toml
java -jar ../layrry-launcher/target/layrry-launcher-1.0.0-SNAPSHOT-all.jar --layers-config greeter-runner/src/test/resources/layers.toml
```
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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ layers:
- "org.moditect.layrry.example.links:layrry-links-logconfig:1.0.0"
platform:
modules:
- "org.moditect.layrry:layrry-platform:1.0.0.Alpha1"
- "org.moditect.layrry:layrry-platform:1.0.0-SNAPSHOT"
- "org.moditect.layrry.example.links:layrry-links-core:1.0.0"
parents:
- "log"
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.Alpha1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>layrry-links-tournament</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.Alpha1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<groupId>org.moditect.layrry.example.links</groupId>
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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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.Alpha1</version>
<version>1.0.0-SNAPSHOT</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 @@ -21,7 +21,7 @@

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

<name>Layrry Aggregator</name>
Expand Down

0 comments on commit 6eff98c

Please sign in to comment.