Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed Feb 28, 2019
1 parent 1e55774 commit 8bb12c2
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 22 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-datastore-mongo-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-async/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-datastore-mongo-core-async</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions core/pom.xml
@@ -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.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-datastore-mongo-core</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions datastore-async/pom.xml
@@ -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.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-datastore-mongo-async</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datastore-reactor/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-datastore-mongo-reactor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion datastore-sync/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-datastore-mongo-sync</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>documentation-datastore-mongo</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
@@ -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.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -50,7 +48,7 @@
<connection>scm:git:https://github.com/holon-platform/holon-datastore-mongo.git</connection>
<url>https://github.com/holon-platform/holon-datastore-mongo</url>
<developerConnection>scm:git:https://github.com/holon-platform/holon-datastore-mongo.git</developerConnection>
<tag>HEAD</tag>
<tag>5.2.2</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-datastore-mongo-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-datastore-mongo-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-reactor/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-starter-mongo-datastore-reactor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.mongo</groupId>
<artifactId>holon-datastore-mongo-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-starter-mongo-datastore</artifactId>
Expand Down

0 comments on commit 8bb12c2

Please sign in to comment.