diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-01-25 16:46:49 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-01-25 16:46:49 +0000 |
commit | 901073e4e0662b693219c78bc56bebeddbc0bee0 (patch) | |
tree | dbbd944c58e2347737cadf30fb2957e296313d93 /qpid/java/integrationtests | |
parent | ef7be26a17761ae2b86ee300b763c3954f9e3cb0 (diff) | |
download | qpid-python-901073e4e0662b693219c78bc56bebeddbc0bee0.tar.gz |
Changed version to M3 to avoid confusion with old M2 snapshots
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@615264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/integrationtests')
-rw-r--r-- | qpid/java/integrationtests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/integrationtests/pom.xml b/qpid/java/integrationtests/pom.xml index 89fd5ede28..78a05e4f28 100644 --- a/qpid/java/integrationtests/pom.xml +++ b/qpid/java/integrationtests/pom.xml @@ -24,13 +24,13 @@ <groupId>org.apache.qpid</groupId>
<artifactId>qpid-integrationtests</artifactId>
<packaging>jar</packaging>
- <version>1.0-incubating-M2-SNAPSHOT</version>
+ <version>1.0-incubating-M3-SNAPSHOT</version>
<name>Qpid Integration Tests</name>
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid</artifactId>
- <version>1.0-incubating-M2-SNAPSHOT</version>
+ <version>1.0-incubating-M3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
|