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

Commit

Permalink
[RELEASE] 1.2.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed Mar 31, 2016
1 parent 8b3e098 commit 8b01b6b
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 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</artifactId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>
</parent>
<groupId>com.stratio.crossdata.connector</groupId>
<artifactId>crossdata-cassandra</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</artifactId>
<groupId>com.stratio.crossdata</groupId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>
</parent>

<artifactId>crossdata-common</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</artifactId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>
</parent>

<artifactId>crossdata-core</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</artifactId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>
</parent>


<artifactId>dist</artifactId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>


<profiles>
Expand Down
2 changes: 1 addition & 1 deletion doc/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</artifactId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>
</parent>

<groupId>com.stratio.crossdata.doc</groupId>
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</artifactId>
<groupId>com.stratio.crossdata</groupId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>
</parent>

<artifactId>crossdata-driver</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</artifactId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>
</parent>
<groupId>com.stratio.crossdata.connector</groupId>
<artifactId>crossdata-elasticsearch</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</artifactId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>
</parent>
<groupId>com.stratio.crossdata.connector</groupId>
<artifactId>crossdata-mongodb</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</artifactId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</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</artifactId>
<groupId>com.stratio.crossdata</groupId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>
</parent>

<artifactId>crossdata-server</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</artifactId>
<groupId>com.stratio.crossdata</groupId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</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 @@ -16,7 +16,7 @@
<groupId>com.stratio.crossdata</groupId>
<artifactId>tests</artifactId>

<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</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</artifactId>
<groupId>com.stratio.crossdata</groupId>
<version>1.2.0-RC3-SNAPSHOT</version>
<version>1.2.0-RC3</version>
</parent>

<artifactId>crossdata-testsIT</artifactId>
Expand Down

0 comments on commit 8b01b6b

Please sign in to comment.