Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Aug 7, 2023
1 parent 7ec6b19 commit 9c0f43c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion biopax-validator-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.biopax.validator</groupId>
<artifactId>parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>

<artifactId>biopax-validator-client</artifactId>
Expand Down
8 changes: 5 additions & 3 deletions biopax-validator-web/pom.xml
@@ -1,17 +1,19 @@
<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">
<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">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.14</version>
<relativePath />
<relativePath/>
</parent>

<groupId>org.biopax.validator</groupId>
<artifactId>biopax-validator-web</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Webservice</name>
<description>BioPAX Validator Web Service</description>
Expand Down
5 changes: 3 additions & 2 deletions biopax-validator/pom.xml
@@ -1,9 +1,10 @@
<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">
<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">

<parent>
<artifactId>parent</artifactId>
<groupId>org.biopax.validator</groupId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion distr/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.biopax.validator</groupId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion obo-fetcher/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.biopax.validator</groupId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>

<name>Ontologies</name>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">

<modelVersion>4.0.0</modelVersion>
<groupId>org.biopax.validator</groupId>
<artifactId>parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion validator-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.biopax.validator</groupId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>

<artifactId>validator-core</artifactId>
Expand Down

0 comments on commit 9c0f43c

Please sign in to comment.