Skip to content

Commit 12210b5

Browse files
[maven-release-plugin] prepare release v5.2.1
1 parent f2263b7 commit 12210b5

File tree

13 files changed

+27
-29
lines changed

13 files changed

+27
-29
lines changed

gsea-converter/pom.xml

Lines changed: 2 additions & 2 deletions
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>5.2.1-SNAPSHOT</version>
5+
<version>5.2.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

@@ -13,7 +13,7 @@
1313
<url>https://biopax.github.io/Paxtools</url>
1414

1515
<scm><url>https://github.com/BioPAX/Paxtools</url>
16-
<tag>HEAD</tag>
16+
<tag>v5.2.1</tag>
1717
</scm>
1818

1919
<dependencies>

json-converter/pom.xml

Lines changed: 2 additions & 2 deletions
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>5.2.1-SNAPSHOT</version>
6+
<version>5.2.1</version>
77
</parent>
88
<artifactId>json-converter</artifactId>
99
<name>BioPAX to/from JSON Converter</name>
@@ -12,7 +12,7 @@
1212
<url>https://biopax.github.io/Paxtools</url>
1313

1414
<scm><url>https://github.com/BioPAX/Paxtools</url>
15-
<tag>HEAD</tag>
15+
<tag>v5.2.1</tag>
1616
</scm>
1717

1818
<build>

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>5.2.1-SNAPSHOT</version>
12+
<version>5.2.1</version>
1313
</parent>
1414

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

pattern/pom.xml

Lines changed: 2 additions & 2 deletions
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>5.2.1-SNAPSHOT</version>
8+
<version>5.2.1</version>
99
</parent>
1010

1111
<artifactId>pattern</artifactId>
@@ -17,7 +17,7 @@
1717
<url>https://biopax.github.io/Paxtools</url>
1818

1919
<scm><url>https://github.com/BioPAX/Paxtools</url>
20-
<tag>HEAD</tag>
20+
<tag>v5.2.1</tag>
2121
</scm>
2222

2323
<dependencies>

paxtools-archetype/pom.xml

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

1111
<artifactId>paxtools-archetype</artifactId>
@@ -18,7 +18,7 @@
1818
<url>https://biopax.github.io/Paxtools</url>
1919

2020
<scm><url>https://github.com/BioPAX/Paxtools</url>
21-
<tag>HEAD</tag>
21+
<tag>v5.2.1</tag>
2222
</scm>
2323

2424
<build>

paxtools-console/pom.xml

Lines changed: 2 additions & 2 deletions
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>5.2.1-SNAPSHOT</version>
6+
<version>5.2.1</version>
77
</parent>
88
<artifactId>paxtools-console</artifactId>
99
<packaging>jar</packaging>
@@ -14,7 +14,7 @@
1414

1515
<scm>
1616
<url>https://github.com/BioPAX/Paxtools</url>
17-
<tag>HEAD</tag>
17+
<tag>v5.2.1</tag>
1818
</scm>
1919

2020
<build>

paxtools-core/pom.xml

Lines changed: 2 additions & 2 deletions
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>5.2.1-SNAPSHOT</version>
7+
<version>5.2.1</version>
88
</parent>
99

1010
<artifactId>paxtools-core</artifactId>
@@ -18,7 +18,7 @@
1818
<url>https://biopax.github.io/Paxtools</url>
1919

2020
<scm><url>https://github.com/BioPAX/Paxtools</url>
21-
<tag>HEAD</tag>
21+
<tag>v5.2.1</tag>
2222
</scm>
2323

2424
<dependencies>

paxtools-query/pom.xml

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

@@ -17,7 +17,7 @@
1717
<url>https://biopax.github.io/Paxtools</url>
1818

1919
<scm><url>https://github.com/BioPAX/Paxtools</url>
20-
<tag>HEAD</tag>
20+
<tag>v5.2.1</tag>
2121
</scm>
2222

2323
<dependencies>

paxtools-search/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<artifactId>paxtools</artifactId>
87
<groupId>org.biopax.paxtools</groupId>
9-
<version>5.2.1-SNAPSHOT</version>
8+
<version>5.2.1</version>
109
</parent>
1110

1211
<artifactId>paxtools-search</artifactId>
@@ -16,7 +15,7 @@
1615
<url>https://biopax.github.io/Paxtools</url>
1716

1817
<scm><url>https://github.com/BioPAX/Paxtools</url>
19-
<tag>HEAD</tag>
18+
<tag>v5.2.1</tag>
2019
</scm>
2120

2221
<properties>

paxtools-trove/pom.xml

Lines changed: 2 additions & 2 deletions
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>5.2.1-SNAPSHOT</version>
7+
<version>5.2.1</version>
88
</parent>
99

1010
<artifactId>paxtools-trove</artifactId>
@@ -17,7 +17,7 @@
1717
<url>https://biopax.github.io/Paxtools</url>
1818

1919
<scm><url>https://github.com/BioPAX/Paxtools</url>
20-
<tag>HEAD</tag>
20+
<tag>v5.2.1</tag>
2121
</scm>
2222

2323
<dependencies>

0 commit comments

Comments
 (0)