summaryrefslogtreecommitdiff
path: root/java/pom.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-11-27 12:51:14 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-11-27 12:51:14 +0000
commit2fb870a12430cebacabf97af06dc121d492865c2 (patch)
treed8c1b5fabc17d362da3d0299c4e4329afa66ee8f /java/pom.xml
parent41c1e1bdd0e42448f86d0dfa15ca7db65f020fee (diff)
downloadqpid-python-2fb870a12430cebacabf97af06dc121d492865c2.tar.gz
Renamed POMs to M2.1.1 Removed erroneous equals() in SpecificMethodFrameListenerTest
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.1@598619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 42c539e320..b8bc0e3578 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -24,16 +24,16 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid</artifactId>
- <version>1.0-incubating-M2.1-SNAPSHOT</version>
+ <version>1.0-incubating-M2.1.1-SNAPSHOT</version>
<name>Qpid</name>
<url>http://cwiki.apache.org/confluence/display/qpid</url>
<packaging>pom</packaging>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1/java</connection>
- <developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1/java</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.1/java</connection>
+ <developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.1/java</developerConnection>
+ <url>http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1.1/java</url>
</scm>
<prerequisites>
@@ -150,7 +150,6 @@ under the License.
<module>common</module>
<module>broker</module>
<module>client</module>
- <module>cluster</module>
<module>systests</module>
<module>perftests</module>
<module>integrationtests</module>