Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed Dec 21, 2018
1 parent 37e80a0 commit 1262028
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 41 deletions.
6 changes: 2 additions & 4 deletions bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.0-beta1-SNAPSHOT</version>
<version>5.2.0-rc1</version>
</parent>

<artifactId>holon-vaadin-flow-bom</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.0-beta1-SNAPSHOT</version>
<version>5.2.0-rc1</version>
</parent>

<artifactId>holon-vaadin-flow</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.0-beta1-SNAPSHOT</version>
<version>5.2.0-rc1</version>
</parent>

<artifactId>documentation-vaadin-flow</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions navigator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.0-beta1-SNAPSHOT</version>
<version>5.2.0-rc1</version>
</parent>

<artifactId>holon-vaadin-flow-navigator</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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 @@ -11,7 +9,7 @@

<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.0-beta1-SNAPSHOT</version>
<version>5.2.0-rc1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -51,7 +49,7 @@
<connection>scm:git:https://github.com/holon-platform/holon-vaadin-flow.git</connection>
<url>https://github.com/holon-platform/holon-vaadin-flow</url>
<developerConnection>scm:git:https://github.com/holon-platform/holon-vaadin-flow.git</developerConnection>
<tag>HEAD</tag>
<tag>5.2.0-rc1</tag>
</scm>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions spring-boot/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.0-beta1-SNAPSHOT</version>
<version>5.2.0-rc1</version>
</parent>

<artifactId>holon-vaadin-flow-spring-boot</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions spring/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.0-beta1-SNAPSHOT</version>
<version>5.2.0-rc1</version>
</parent>

<artifactId>holon-vaadin-flow-spring</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions starter-undertow/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.0-beta1-SNAPSHOT</version>
<version>5.2.0-rc1</version>
</parent>

<artifactId>holon-starter-vaadin-flow-undertow</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions starter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.0-beta1-SNAPSHOT</version>
<version>5.2.0-rc1</version>
</parent>

<artifactId>holon-starter-vaadin-flow</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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>
<groupId>com.holon-platform.vaadin</groupId>
<artifactId>holon-vaadin-flow-root</artifactId>
<version>5.2.0-beta1-SNAPSHOT</version>
<version>5.2.0-rc1</version>
</parent>

<artifactId>holon-vaadin-flow-test</artifactId>
Expand Down

0 comments on commit 1262028

Please sign in to comment.