Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.4.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Oct 14, 2015
1 parent c70ffde commit a6c8612
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.ocpsoft.logging</groupId>
<artifactId>logging-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl-jboss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>logging-parent</artifactId>
<groupId>org.ocpsoft.logging</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>logging-parent</artifactId>
<groupId>org.ocpsoft.logging</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</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 @@ -13,7 +13,7 @@

<groupId>org.ocpsoft.logging</groupId>
<artifactId>logging-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -86,7 +86,7 @@
<connection>scm:git:git://github.com/ocpsoft/logging.git</connection>
<developerConnection>scm:git:[email protected]:ocpsoft/logging.git</developerConnection>
<url>http://github.com/ocpsoft/logging</url>
<tag>HEAD</tag>
<tag>1.0.4.Final</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit a6c8612

Please sign in to comment.