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

Commit 265973c

Browse files
author
stratiocommit
committed
[RELEASE] 1.0.1
1 parent 167cd74 commit 265973c

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.stratio.crossdata</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>1.0.1-RC2-SNAPSHOT</version>
25+
<version>1.0.1</version>
2626
</parent>
2727
<groupId>com.stratio.crossdata.connector</groupId>
2828
<artifactId>crossdata-cassandra</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>parent</artifactId>
2525
<groupId>com.stratio.crossdata</groupId>
26-
<version>1.0.1-RC2-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
</parent>
2828

2929
<artifactId>crossdata-common</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.stratio.crossdata</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>1.0.1-RC2-SNAPSHOT</version>
25+
<version>1.0.1</version>
2626
</parent>
2727

2828
<artifactId>crossdata-core</artifactId>

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.stratio.crossdata</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>1.0.1-RC2-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
</parent>
2828

2929
<artifactId>crossdata-dist</artifactId>

doc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.stratio.crossdata</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>1.0.1-RC2-SNAPSHOT</version>
25+
<version>1.0.1</version>
2626
</parent>
2727

2828
<groupId>com.stratio.crossdata.doc</groupId>

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>parent</artifactId>
2525
<groupId>com.stratio.crossdata</groupId>
26-
<version>1.0.1-RC2-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
</parent>
2828

2929
<artifactId>crossdata-driver</artifactId>

elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.stratio.crossdata</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>1.0.1-RC2-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
</parent>
2828
<groupId>com.stratio.crossdata.connector</groupId>
2929
<artifactId>crossdata-elasticsearch</artifactId>

mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.stratio.crossdata</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>1.0.1-RC2-SNAPSHOT</version>
25+
<version>1.0.1</version>
2626
</parent>
2727
<groupId>com.stratio.crossdata.connector</groupId>
2828
<artifactId>crossdata-mongodb</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.stratio.crossdata</groupId>
3030
<artifactId>parent</artifactId>
31-
<version>1.0.1-RC2-SNAPSHOT</version>
31+
<version>1.0.1</version>
3232
<packaging>pom</packaging>
3333
<name>Stratio Crossdata Parent</name>
3434
<description>Stratio Crossdata reactor</description>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>parent</artifactId>
2525
<groupId>com.stratio.crossdata</groupId>
26-
<version>1.0.1-RC2-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
</parent>
2828

2929
<artifactId>crossdata-server</artifactId>

testsAT/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</properties>
1111
<groupId>com.stratio.crossdata</groupId>
1212
<artifactId>tests</artifactId>
13-
<version>1.0.1-RC1</version>
13+
<version>1.0.1</version>
1414

1515
<build>
1616
<plugins>

0 commit comments

Comments
 (0)