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/perftests | |
| 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/perftests')
| -rw-r--r-- | qpid/java/perftests/distribution/pom.xml | 4 | ||||
| -rw-r--r-- | qpid/java/perftests/jar-with-dependencies.xml | 2 | ||||
| -rw-r--r-- | qpid/java/perftests/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/qpid/java/perftests/distribution/pom.xml b/qpid/java/perftests/distribution/pom.xml index c0e81ce3f5..7de50d5a6e 100644 --- a/qpid/java/perftests/distribution/pom.xml +++ b/qpid/java/perftests/distribution/pom.xml @@ -23,14 +23,14 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-perftests-distribution</artifactId> <packaging>jar</packaging> - <version>1.0-incubating-M2-SNAPSHOT</version> + <version>1.0-incubating-M3-SNAPSHOT</version> <name>Qpid Performance Tests Distribution</name> <url>http://cwiki.apache.org/confluence/display/qpid</url> <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid</artifactId> - <version>1.0-incubating-M2-SNAPSHOT</version> + <version>1.0-incubating-M3-SNAPSHOT</version> </parent> <properties> diff --git a/qpid/java/perftests/jar-with-dependencies.xml b/qpid/java/perftests/jar-with-dependencies.xml index bbbbd3788e..c1e3717ddf 100644 --- a/qpid/java/perftests/jar-with-dependencies.xml +++ b/qpid/java/perftests/jar-with-dependencies.xml @@ -74,7 +74,7 @@ <directory>target</directory>
<outputDirectory></outputDirectory>
<includes>
- <include>qpid-perftests-1.0-incubating-M2-SNAPSHOT.jar</include>
+ <include>qpid-perftests-1.0-incubating-M3-SNAPSHOT.jar</include>
</includes>
</fileSet>
diff --git a/qpid/java/perftests/pom.xml b/qpid/java/perftests/pom.xml index 810147782f..2e13f1fae6 100644 --- a/qpid/java/perftests/pom.xml +++ b/qpid/java/perftests/pom.xml @@ -24,14 +24,14 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-perftests</artifactId> <packaging>jar</packaging> - <version>1.0-incubating-M2-SNAPSHOT</version> + <version>1.0-incubating-M3-SNAPSHOT</version> <name>Qpid Performance Tests</name> <url>http://cwiki.apache.org/confluence/display/qpid</url> <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> |
