Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
[RELEASE] 1.3.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed May 27, 2016
1 parent 7a5be31 commit b0caede
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.stratio.crossdata</groupId>
<artifactId>parent_2.11</artifactId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
</parent>
<groupId>com.stratio.crossdata.connector</groupId>
<artifactId>crossdata-cassandra_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>parent_2.11</artifactId>
<groupId>com.stratio.crossdata</groupId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
</parent>

<artifactId>crossdata-common_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.stratio.crossdata</groupId>
<artifactId>parent_2.11</artifactId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
</parent>

<artifactId>crossdata-core_2.11</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.stratio.crossdata</groupId>
<artifactId>parent_2.11</artifactId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
</parent>

<artifactId>dist_2.11</artifactId>
<name>Dist</name>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>

<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>parent_2.11</artifactId>
<groupId>com.stratio.crossdata</groupId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
</parent>

<artifactId>crossdata-driver_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.stratio.crossdata</groupId>
<artifactId>parent_2.11</artifactId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
</parent>
<groupId>com.stratio.crossdata.connector</groupId>
<artifactId>crossdata-elasticsearch_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.stratio.crossdata</groupId>
<artifactId>parent_2.11</artifactId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
</parent>
<groupId>com.stratio.crossdata.connector</groupId>
<artifactId>crossdata-mongodb_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.stratio.crossdata</groupId>
<artifactId>parent_2.11</artifactId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
<packaging>pom</packaging>
<name>Stratio Crossdata Parent</name>
<description>Stratio Crossdata reactor</description>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>parent_2.11</artifactId>
<groupId>com.stratio.crossdata</groupId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
</parent>

<artifactId>crossdata-server_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent_2.11</artifactId>
<groupId>com.stratio.crossdata</groupId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsAT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<groupId>com.stratio.crossdata</groupId>
<artifactId>testsAT</artifactId>

<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion testsIT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>parent_2.11</artifactId>
<groupId>com.stratio.crossdata</groupId>
<version>1.3.0-RC2-SNAPSHOT</version>
<version>1.3.0-RC2</version>
</parent>

<artifactId>crossdata-testsIT_2.11</artifactId>
Expand Down

0 comments on commit b0caede

Please sign in to comment.