Skip to content

Commit

Permalink
Next development version 1.11.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
VaughnVernon committed Feb 15, 2023
1 parent 71bafe9 commit 319f986
Show file tree
Hide file tree
Showing 34 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-examples</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>xoom-examples</name>
<url>http://maven.apache.org</url>
Expand Down
4 changes: 2 additions & 2 deletions xoom-actors-playground-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-actors-playground-kotlin</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>xoom-actors-playground-kotlin</name>
<properties>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions xoom-actors-playground/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-actors-playground</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<name>xoom-actors-playground</name>
<description>Example of VLINGO XOOM Actors playing ping pong.</description>
<url>https://github.com/vlingo/xoom-examples</url>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions xoom-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-benchmarks</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<name>xoom-benchmarks</name>
<description>Benchmarks on platform components.</description>
<url>https://github.com/vlingo/xoom-examples</url>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions xoom-calculate-pi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-calculate-pi</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<name>xoom-calculate-pi</name>
<description>Example of VLINGO XOOM ACTORS calculating Pi.</description>
<url>https://github.com/vlingo/xoom-examples</url>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
10 changes: 5 additions & 5 deletions xoom-distributed-cqrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-distributed-cqrs</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -16,25 +16,25 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio-jdbc</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-cluster</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-http</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions xoom-distributed-ping-pong/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-distributed-ping-pong</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
6 changes: 3 additions & 3 deletions xoom-distributed-spaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-distributed-spaces</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -16,13 +16,13 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-turbo</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion xoom-e2e-sys-airline-ops/air-traffic-control/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-e2e-sys-airline-ops</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xoom-e2e-sys-airline-ops/aircraft-monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-e2e-sys-airline-ops</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xoom-e2e-sys-airline-ops/airport-terminal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-e2e-sys-airline-ops</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xoom-e2e-sys-airline-ops/fleetcrew/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-e2e-sys-airline-ops</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xoom-e2e-sys-airline-ops/flight-planning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-e2e-sys-airline-ops</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xoom-e2e-sys-airline-ops/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-e2e-sys-airline-ops</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions xoom-e2e-sys-airline-ops/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-e2e-sys-airline-ops</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<xoom.version>1.11.1-SNAPSHOT</xoom.version>
<xoom.version>1.11.2-SNAPSHOT</xoom.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<schemata.url>http://localhost:9019</schemata.url>
Expand Down
10 changes: 5 additions & 5 deletions xoom-ecommerce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-ecommerce</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>xoom-ecommerce</name>
<description>E-commerce demo.</description>
Expand Down Expand Up @@ -35,25 +35,25 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-http</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions xoom-eventjournal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-eventjournal</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<name>xoom-eventjournal</name>
<description>Example of VLINGO XOOM Symbio JDBC with an event journal.</description>
<url>https://github.com/vlingo/xoom-examples</url>
Expand Down Expand Up @@ -39,12 +39,12 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio-jdbc</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
Expand Down
10 changes: 5 additions & 5 deletions xoom-http-backservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-http-backservice</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<name>xoom-http-backservice</name>
<description>Example of VLINGO XOOM Http non-public service.</description>
<url>https://github.com/vlingo/xoom-examples</url>
Expand Down Expand Up @@ -97,22 +97,22 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-common</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-http</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-auth</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
12 changes: 6 additions & 6 deletions xoom-http-frontservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom.examples</groupId>
<artifactId>xoom-http-frontservice</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>xoom-http-frontservice</name>
<description>Example of VLINGO XOOM Http public service.</description>
Expand Down Expand Up @@ -97,27 +97,27 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-common</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-http</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion xoom-iddd-agilepm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```
docker-compose up -d
mvn clean package
java -jar target/xoom-iddd-agilepm-1.11.1-SNAPSHOT-jar-with-dependencies.jar
java -jar target/xoom-iddd-agilepm-1.11.2-SNAPSHOT-jar-with-dependencies.jar
```

Don't forget to also start `xoom-iddd-collaboration` server
Expand Down
Loading

0 comments on commit 319f986

Please sign in to comment.