Skip to content

Commit 7cc9a30

Browse files
committed
pom: Change version to 0.7.0
1 parent 20fcfc3 commit 7cc9a30

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
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.7-dev</version>
25+
<version>0.7.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.7-dev</version>
25+
<version>0.7.0</version>
2626
<relativePath>../pom.xml</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.7-dev</version>
25+
<version>0.7.0</version>
2626
<relativePath>../pom.xml</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.7-dev</version>
25+
<version>0.7.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.7-dev</version>
25+
<version>0.7.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.7-dev</version>
25+
<version>0.7.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.7-dev</version>
25+
<version>0.7.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

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

Lines changed: 3 additions & 3 deletions
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.7-dev</version>
25+
<version>0.7.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

@@ -75,8 +75,8 @@
7575
<artifactId>maven-compiler-plugin</artifactId>
7676
<version>3.1</version>
7777
<configuration>
78-
<source>1.7</source>
79-
<target>1.7</target>
78+
<source>${java.version}</source>
79+
<target>${java.version}</target>
8080
<excludes>
8181
<exclude>**/VariantHbaseWriter.java</exclude>
8282
<exclude>**/VariantHbaseDBAdaptor.java</exclude>

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.7-dev</version>
25+
<version>0.7.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.7-dev</version>
25+
<version>0.7.0</version>
2626
<relativePath>../pom.xml</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.7-dev</version>
31+
<version>0.7.0</version>
3232
<packaging>pom</packaging>
3333

3434
<properties>

0 commit comments

Comments
 (0)