Skip to content

Commit 71cd8da

Browse files
[maven-release-plugin] prepare release v6.0.0
1 parent 883a951 commit 71cd8da

File tree

11 files changed

+15
-18
lines changed

11 files changed

+15
-18
lines changed

gsea-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.biopax.paxtools</groupId>
44
<artifactId>paxtools</artifactId>
5-
<version>6.0.0-SNAPSHOT</version>
5+
<version>6.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

json-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>paxtools</artifactId>
55
<groupId>org.biopax.paxtools</groupId>
6-
<version>6.0.0-SNAPSHOT</version>
6+
<version>6.0.0</version>
77
</parent>
88
<artifactId>json-converter</artifactId>
99
<name>BioPAX JSON-LD</name>

normalizer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>paxtools</artifactId>
1111
<groupId>org.biopax.paxtools</groupId>
12-
<version>6.0.0-SNAPSHOT</version>
12+
<version>6.0.0</version>
1313
</parent>
1414

1515
<url>https://biopax.github.io/Paxtools</url>

pattern/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.biopax.paxtools</groupId>
77
<artifactId>paxtools</artifactId>
8-
<version>6.0.0-SNAPSHOT</version>
8+
<version>6.0.0</version>
99
</parent>
1010

1111
<artifactId>pattern</artifactId>

paxtools-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>paxtools</artifactId>
55
<groupId>org.biopax.paxtools</groupId>
6-
<version>6.0.0-SNAPSHOT</version>
6+
<version>6.0.0</version>
77
</parent>
88
<artifactId>paxtools-console</artifactId>
99
<packaging>jar</packaging>

paxtools-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.biopax.paxtools</groupId>
66
<artifactId>paxtools</artifactId>
7-
<version>6.0.0-SNAPSHOT</version>
7+
<version>6.0.0</version>
88
</parent>
99

1010
<artifactId>paxtools-core</artifactId>

paxtools-query/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<parent>
54
<artifactId>paxtools</artifactId>
65
<groupId>org.biopax.paxtools</groupId>
7-
<version>6.0.0-SNAPSHOT</version>
6+
<version>6.0.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

paxtools-trove/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.biopax.paxtools</groupId>
77
<artifactId>paxtools</artifactId>
8-
<version>6.0.0-SNAPSHOT</version>
8+
<version>6.0.0</version>
99
</parent>
1010

1111
<artifactId>paxtools-trove</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65
<packaging>pom</packaging>
76

87
<groupId>org.biopax.paxtools</groupId>
98
<artifactId>paxtools</artifactId>
10-
<version>6.0.0-SNAPSHOT</version>
9+
<version>6.0.0</version>
1110

1211
<name>Paxtools</name>
1312

@@ -184,7 +183,7 @@
184183
<connection>scm:git:git://github.com/BioPAX/Paxtools.git</connection>
185184
<developerConnection>scm:git:[email protected]:BioPAX/Paxtools.git</developerConnection>
186185
<url>https://github.com/BioPAX/Paxtools/tree/master</url>
187-
<tag>HEAD</tag>
186+
<tag>v6.0.0</tag>
188187
</scm>
189188

190189
<distributionManagement>

psimi-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.biopax.paxtools</groupId>
66
<artifactId>paxtools</artifactId>
7-
<version>6.0.0-SNAPSHOT</version>
7+
<version>6.0.0</version>
88
</parent>
99
<artifactId>psimi-converter</artifactId>
1010

0 commit comments

Comments
 (0)