Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.105
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lee committed Sep 18, 2013
1 parent 06d3504 commit 594679e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions entityscanner-plug/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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.mongodb.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.105-SNAPSHOT</version>
<version>0.105</version>
<relativePath>../</relativePath>
</parent>
<artifactId>morphia-entityscanner-plug</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion guice-plug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.105-SNAPSHOT</version>
<version>0.105</version>
<relativePath>../</relativePath>
</parent>
<artifactId>morphia-guice-plug</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.105-SNAPSHOT</version>
<version>0.105</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jrebel-plug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.105-SNAPSHOT</version>
<version>0.105</version>
<relativePath>../</relativePath>
</parent>
<artifactId>morphia-jrebel-plug</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logging-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.105-SNAPSHOT</version>
<version>0.105</version>
<relativePath>../</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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.105-SNAPSHOT</version>
<version>0.105</version>
<relativePath>../</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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.105-SNAPSHOT</version>
<version>0.105</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.105-SNAPSHOT</version>
<version>0.105</version>

<packaging>pom</packaging>

Expand All @@ -29,7 +29,7 @@
<connection>scm:git:https://github.com/mongodb/morphia.git</connection>
<developerConnection>scm:git:[email protected]:mongodb/morphia.git</developerConnection>
<url>https://github.com/mongodb/morphia.git</url>
<tag>HEAD</tag>
<tag>0.105</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.105-SNAPSHOT</version>
<version>0.105</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 594679e

Please sign in to comment.