Skip to content

Commit

Permalink
[maven-release-plugin] prepare release objectmapper-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilikeorangutans committed Jan 4, 2013
1 parent 0fda849 commit 8d2f284
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion omf-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>omf-parent</artifactId>
<groupId>org.objectmapper</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<relativePath>../omf-parent</relativePath>
</parent>
<artifactId>omf-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omf-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>omf-parent</artifactId>
<groupId>org.objectmapper</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<relativePath>../omf-parent</relativePath>
</parent>
<artifactId>omf-impl</artifactId>
Expand Down
7 changes: 2 additions & 5 deletions omf-jcr/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/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>
<artifactId>omf-parent</artifactId>
<groupId>org.objectmapper</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<relativePath>../omf-parent</relativePath>
</parent>
<artifactId>omf-jcr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omf-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>omf-parent</artifactId>
<groupId>org.objectmapper</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<relativePath>../omf-parent</relativePath>
</parent>
<artifactId>omf-osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omf-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>objectmapper</artifactId>
<groupId>org.objectmapper</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>omf-parent</artifactId>
Expand Down
6 changes: 3 additions & 3 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.objectmapper</groupId>
<artifactId>objectmapper</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -79,7 +79,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -124,6 +124,6 @@
<connection>scm:git:git@github.com:ilikeorangutans/omf.git</connection>
<developerConnection>scm:git:git@github.com:ilikeorangutans/omf.git</developerConnection>
<url>https://github.com/ilikeorangutans/omf</url>
<tag>HEAD</tag>
<tag>objectmapper-0.2.1</tag>
</scm>
</project>

0 comments on commit 8d2f284

Please sign in to comment.