Skip to content

Commit 5d85f85

Browse files
committed
Version changed to stable 0.6.0
1 parent 5f7651b commit 5d85f85

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

opencga-analysis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.opencga</groupId>
2424
<artifactId>opencga</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

opencga-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.opencga</groupId>
2424
<artifactId>opencga</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

opencga-catalog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.opencga</groupId>
2424
<artifactId>opencga</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

opencga-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>org.opencb.opencga</groupId>
2424
<artifactId>opencga</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

opencga-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.opencga</groupId>
2424
<artifactId>opencga</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

opencga-storage/opencga-storage-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.opencga</groupId>
2424
<artifactId>opencga-storage</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

opencga-storage/opencga-storage-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>org.opencb.opencga</groupId>
2424
<artifactId>opencga-storage</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

opencga-storage/opencga-storage-hadoop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.opencga</groupId>
2424
<artifactId>opencga-storage</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

opencga-storage/opencga-storage-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>org.opencb.opencga</groupId>
2424
<artifactId>opencga-storage</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

opencga-storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>org.opencb.opencga</groupId>
2424
<artifactId>opencga</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

2929
<!-- Version must be set to a literal, variables cannot be used in nested modules -->
3030
<artifactId>opencga-storage</artifactId>
31-
<version>0.6-SNAPSHOT</version>
31+
<version>0.6.0</version>
3232
<packaging>pom</packaging>
3333

3434
<properties>

0 commit comments

Comments
 (0)