Skip to content

Commit

Permalink
Version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHegarty committed May 28, 2019
1 parent d67729e commit d158017
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,5 +2,4 @@ language: java
sudo: false sudo: false
jdk: jdk:
- openjdk8 - openjdk8
- openjdk11 - openjdk11
- openjdk12
2 changes: 1 addition & 1 deletion actors/core/pom.xml
Expand Up @@ -32,7 +32,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<parent> <parent>
<groupId>cloud.orbit</groupId> <groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId> <artifactId>orbit-actors-parent</artifactId>
<version>1.12.1-SNAPSHOT</version> <version>1.12.1</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion actors/infinispan-cluster/pom.xml
Expand Up @@ -32,7 +32,7 @@
<parent> <parent>
<groupId>cloud.orbit</groupId> <groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId> <artifactId>orbit-actors-parent</artifactId>
<version>1.12.1-SNAPSHOT</version> <version>1.12.1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion actors/json/pom.xml
Expand Up @@ -32,7 +32,7 @@
<parent> <parent>
<groupId>cloud.orbit</groupId> <groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId> <artifactId>orbit-actors-parent</artifactId>
<version>1.12.1-SNAPSHOT</version> <version>1.12.1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion actors/pom.xml
Expand Up @@ -33,7 +33,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<parent> <parent>
<groupId>cloud.orbit</groupId> <groupId>cloud.orbit</groupId>
<artifactId>orbit-internal-parent</artifactId> <artifactId>orbit-internal-parent</artifactId>
<version>1.12.1-SNAPSHOT</version> <version>1.12.1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>orbit-actors-parent</artifactId> <artifactId>orbit-actors-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion actors/runtime/pom.xml
Expand Up @@ -32,7 +32,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<parent> <parent>
<groupId>cloud.orbit</groupId> <groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId> <artifactId>orbit-actors-parent</artifactId>
<version>1.12.1-SNAPSHOT</version> <version>1.12.1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion actors/test/actor-tests/pom.xml
Expand Up @@ -32,7 +32,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<parent> <parent>
<groupId>cloud.orbit</groupId> <groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId> <artifactId>orbit-actors-parent</artifactId>
<version>1.12.1-SNAPSHOT</version> <version>1.12.1</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion actors/test/benchmarks/pom.xml
Expand Up @@ -35,7 +35,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<parent> <parent>
<groupId>cloud.orbit</groupId> <groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId> <artifactId>orbit-actors-parent</artifactId>
<version>1.12.1-SNAPSHOT</version> <version>1.12.1</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Expand Up @@ -33,7 +33,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<parent> <parent>
<groupId>cloud.orbit</groupId> <groupId>cloud.orbit</groupId>
<artifactId>orbit-internal-parent</artifactId> <artifactId>orbit-internal-parent</artifactId>
<version>1.12.1-SNAPSHOT</version> <version>1.12.1</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -39,7 +39,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


<groupId>cloud.orbit</groupId> <groupId>cloud.orbit</groupId>
<artifactId>orbit-internal-parent</artifactId> <artifactId>orbit-internal-parent</artifactId>
<version>1.12.1-SNAPSHOT</version> <version>1.12.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Orbit Internal Parent</name> <name>Orbit Internal Parent</name>


Expand Down

0 comments on commit d158017

Please sign in to comment.