Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v3.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantenney committed Jun 17, 2013
1 parent 33ccf7e commit 9627d87
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-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/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>

<groupId>com.ryantenney.metrics</groupId>
<artifactId>metrics-spring</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC1</version>
<name>Metrics Spring Integration</name>
<packaging>bundle</packaging>
<description>Spring integration for Yammer's Metrics Library</description>
Expand Down Expand Up @@ -40,7 +38,8 @@
<connection>scm:git:git://github.com/ryantenney/metrics-spring.git</connection>
<developerConnection>scm:git:[email protected]:ryantenney/metrics-spring.git</developerConnection>
<url>https://github.com/ryantenney/metrics-spring/</url>
</scm>
<tag>v3.0.0-RC1</tag>
</scm>

<issueManagement>
<system>github</system>
Expand Down Expand Up @@ -261,7 +260,7 @@
<id>enforce</id>
<configuration>
<rules>
<DependencyConvergence/>
<DependencyConvergence />
</rules>
</configuration>
<goals>
Expand Down

0 comments on commit 9627d87

Please sign in to comment.