Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed Mar 29, 2019
1 parent 5853166 commit c3b1801
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin7</groupId>
<artifactId>holon-vaadin-root</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
</parent>

<artifactId>holon-vaadin-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin7</groupId>
<artifactId>holon-vaadin-root</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
</parent>

<artifactId>holon-vaadin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin7</groupId>
<artifactId>holon-vaadin-root</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
</parent>

<artifactId>documentation-vaadin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion navigator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin7</groupId>
<artifactId>holon-vaadin-root</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
</parent>

<artifactId>holon-vaadin-navigator</artifactId>
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -9,7 +11,7 @@

<groupId>com.holon-platform.vaadin7</groupId>
<artifactId>holon-vaadin-root</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin7</groupId>
<artifactId>holon-vaadin-root</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
</parent>

<artifactId>holon-vaadin-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin7</groupId>
<artifactId>holon-vaadin-root</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
</parent>

<artifactId>holon-vaadin-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin7</groupId>
<artifactId>holon-vaadin-root</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
</parent>

<artifactId>holon-starter-vaadin-undertow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.vaadin7</groupId>
<artifactId>holon-vaadin-root</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
</parent>

<artifactId>holon-starter-vaadin</artifactId>
Expand Down

0 comments on commit c3b1801

Please sign in to comment.