Skip to content

Commit d137621

Browse files
committed
[maven-release-plugin] prepare release java-allocation-instrumenter-2.0
1 parent dd60ba4 commit d137621

File tree

1 file changed

+5
-6
lines changed
  • java-allocation-instrumenter

1 file changed

+5
-6
lines changed

java-allocation-instrumenter/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.google.code.java-allocation-instrumenter</groupId>
54
<artifactId>java-allocation-instrumenter</artifactId>
65
<packaging>jar</packaging>
7-
<version>2.0-SNAPSHOT</version>
6+
<version>2.0</version>
87
<inceptionYear>2009</inceptionYear>
98
<name>java-allocation-instrumenter</name>
109
<parent>
@@ -25,9 +24,9 @@
2524
</license>
2625
</licenses>
2726
<scm>
28-
<connection>scm:svn:http://java-allocation-instrumenter.googlecode.com/svn/trunk/java-allocation-instrumenter</connection>
29-
<developerConnection>scm:svn:https://java-allocation-instrumenter.googlecode.com/svn/trunk/java-allocation-instrumenter</developerConnection>
30-
<url>http://java-allocation-instrumenter.codegoogle.com/svn/trunk/java-allocation-instrumenter</url>
27+
<connection>scm:svn:http://java-allocation-instrumenter.googlecode.com/svn/tags/java-allocation-instrumenter-2.0</connection>
28+
<developerConnection>scm:svn:https://java-allocation-instrumenter.googlecode.com/svn/tags/java-allocation-instrumenter-2.0</developerConnection>
29+
<url>http://java-allocation-instrumenter.codegoogle.com/svn/tags/java-allocation-instrumenter-2.0</url>
3130
</scm>
3231
<issueManagement>
3332
<system>Google Code Issue Tracking</system>

0 commit comments

Comments
 (0)