Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinHebert committed Jan 3, 2015
1 parent 69de2e2 commit 19c06c2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>net.kencochrane.raven</groupId>
<artifactId>raven-all</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
<packaging>pom</packaging>

<name>Raven-Java</name>
Expand Down Expand Up @@ -75,7 +75,7 @@
<url>https://github.com/${github.repo}</url>
<connection>scm:git:git://github.com/${github.repo}.git</connection>
<developerConnection>scm:git:git@github.com:${github.repo}.git</developerConnection>
<tag>HEAD</tag>
<tag>v5.0.2</tag>
</scm>
<issueManagement>
<url>https://github.com/${github.repo}/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion raven-appengine/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.kencochrane.raven</groupId>
<artifactId>raven-all</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>

<artifactId>raven-appengine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion raven-log4j/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kencochrane.raven</groupId>
<artifactId>raven-all</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>

<artifactId>raven-log4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion raven-log4j2/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kencochrane.raven</groupId>
<artifactId>raven-all</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>

<artifactId>raven-log4j2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion raven-logback/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kencochrane.raven</groupId>
<artifactId>raven-all</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>

<artifactId>raven-logback</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion raven/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kencochrane.raven</groupId>
<artifactId>raven-all</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>

<artifactId>raven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry-stub/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kencochrane.raven</groupId>
<artifactId>raven-all</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>

<artifactId>sentry-stub</artifactId>
Expand Down

0 comments on commit 19c06c2

Please sign in to comment.