Skip to content

Commit

Permalink
[maven-release-plugin] prepare release r1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Apr 29, 2019
1 parent e86b267 commit 1da9f31
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion entityscanner-plug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion guice-plug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion logging-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion morphia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion no-proxy-deps-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<packaging>pom</packaging>

<name>Morphia</name>
Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions validation/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<?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/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>dev.morphia.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>dev.morphia.morphia</groupId>
<artifactId>validation</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 1da9f31

Please sign in to comment.