Skip to content

Commit 2f45518

Browse files
[maven-release-plugin] prepare release v5.1.0
1 parent 02c4c36 commit 2f45518

7 files changed

Lines changed: 13 additions & 17 deletions

File tree

biopax-validator-client/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.validator</groupId>
66
<artifactId>parent</artifactId>
7-
<version>5.1.0-SNAPSHOT</version>
7+
<version>5.1.0</version>
88
</parent>
99

1010
<artifactId>biopax-validator-client</artifactId>

biopax-validator-web/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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/maven-v4_0_0.xsd">
42

53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>org.springframework.boot</groupId>
97
<artifactId>spring-boot-starter-parent</artifactId>
108
<version>2.7.14</version>
11-
<relativePath/>
9+
<relativePath />
1210
</parent>
1311

1412
<groupId>org.biopax.validator</groupId>
1513
<artifactId>biopax-validator-web</artifactId>
16-
<version>5.1.0-SNAPSHOT</version>
14+
<version>5.1.0</version>
1715
<packaging>war</packaging>
1816
<name>Webservice</name>
1917
<description>BioPAX Validator Web Service</description>
@@ -52,7 +50,7 @@
5250
<connection>scm:git:git://github.com/BioPAX/validator.git</connection>
5351
<developerConnection>scm:git:git@github.com:BioPAX/validator.git</developerConnection>
5452
<url>https://github.com/BioPAX/validator/tree/master/</url>
55-
<tag>HEAD</tag>
53+
<tag>v5.1.0</tag>
5654
</scm>
5755

5856
<distributionManagement>

biopax-validator/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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/maven-v4_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/maven-v4_0_0.xsd">
32

43
<parent>
54
<artifactId>parent</artifactId>
65
<groupId>org.biopax.validator</groupId>
7-
<version>5.1.0-SNAPSHOT</version>
6+
<version>5.1.0</version>
87
</parent>
98

109
<modelVersion>4.0.0</modelVersion>

distr/pom.xml

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

88
<modelVersion>4.0.0</modelVersion>

obo-fetcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>parent</artifactId>
88
<groupId>org.biopax.validator</groupId>
9-
<version>5.1.0-SNAPSHOT</version>
9+
<version>5.1.0</version>
1010
</parent>
1111

1212
<name>Ontologies</name>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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
<groupId>org.biopax.validator</groupId>
76
<artifactId>parent</artifactId>
8-
<version>5.1.0-SNAPSHOT</version>
7+
<version>5.1.0</version>
98
<packaging>pom</packaging>
109

1110
<modules>
@@ -119,7 +118,7 @@
119118
<connection>scm:git:git://github.com/BioPAX/validator.git</connection>
120119
<developerConnection>scm:git:git@github.com:BioPAX/validator.git</developerConnection>
121120
<url>https://github.com/BioPAX/validator</url>
122-
<tag>HEAD</tag>
121+
<tag>v5.1.0</tag>
123122
</scm>
124123

125124
<distributionManagement>

validator-core/pom.xml

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

1010
<artifactId>validator-core</artifactId>

0 commit comments

Comments
 (0)