Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHegarty committed Jun 2, 2017
1 parent 82f6db9 commit 73b8df5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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>
<groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId>
<version>1.0.0-rc6-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<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>
<groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId>
<version>1.0.0-rc6-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion actors/json/pom.xml
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId>
<version>1.0.0-rc6-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>..</relativePath>
</parent>
<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>
<groupId>cloud.orbit</groupId>
<artifactId>orbit-internal-parent</artifactId>
<version>1.0.0-rc6-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>..</relativePath>
</parent>
<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>
<groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId>
<version>1.0.0-rc6-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>..</relativePath>
</parent>
<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>
<groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId>
<version>1.0.0-rc6-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>
<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>
<groupId>cloud.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId>
<version>1.0.0-rc6-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</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>
<groupId>cloud.orbit</groupId>
<artifactId>orbit-internal-parent</artifactId>
<version>1.0.0-rc6-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>..</relativePath>
</parent>
<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>
<artifactId>orbit-internal-parent</artifactId>
<version>1.0.0-rc6-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>Orbit Internal Parent</name>

Expand Down

0 comments on commit 73b8df5

Please sign in to comment.