Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.103
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lee committed Aug 28, 2013
1 parent 13d11cf commit 9d4c84f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion entityscanner-plug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.code.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.103-SNAPSHOT</version>
<version>0.103</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>com.google.code.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.103-SNAPSHOT</version>
<version>0.103</version>
<relativePath>../</relativePath>
</parent>
<artifactId>morphia-guice-plug</artifactId>
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>com.google.code.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.103-SNAPSHOT</version>
<version>0.103</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>com.google.code.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.103-SNAPSHOT</version>
<version>0.103</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>com.google.code.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.103-SNAPSHOT</version>
<version>0.103</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>com.google.code.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.103-SNAPSHOT</version>
<version>0.103</version>
<relativePath>../</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,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/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>
<groupId>com.google.code.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.103-SNAPSHOT</version>
<version>0.103</version>

<packaging>pom</packaging>

Expand All @@ -30,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.103</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>com.google.code.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.103-SNAPSHOT</version>
<version>0.103</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 9d4c84f

Please sign in to comment.