diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-04-01 22:03:30 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-04-01 22:03:30 +0000 |
| commit | 1ab0fd2f41d33cf6995e4ce44cd5601d1249503f (patch) | |
| tree | fbfd32c1ce76d0146e02283d377539a095ebf3cf /java/client | |
| parent | 006e93b97416d55193b11357779d0eb837ce7263 (diff) | |
| download | qpid-python-1ab0fd2f41d33cf6995e4ce44cd5601d1249503f.tar.gz | |
Set version to M2.1 for all, it's release time
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@643613 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
| -rw-r--r-- | java/client/distribution/pom.xml | 4 | ||||
| -rw-r--r-- | java/client/example/pom.xml | 4 | ||||
| -rw-r--r-- | java/client/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/java/client/distribution/pom.xml b/java/client/distribution/pom.xml index d92935a351..c8c81caa99 100644 --- a/java/client/distribution/pom.xml +++ b/java/client/distribution/pom.xml @@ -23,14 +23,14 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-client-distribution</artifactId> <packaging>jar</packaging> - <version>1.0-incubating-M2-RC1</version> + <version>1.0-incubating-M2.1</version> <name>Qpid Client Distributions</name> <url>http://cwiki.apache.org/confluence/display/qpid</url> <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid</artifactId> - <version>1.0-incubating-M2-RC1</version> + <version>1.0-incubating-M2.1</version> </parent> <properties> diff --git a/java/client/example/pom.xml b/java/client/example/pom.xml index b6eed8d880..2e59cb1b08 100644 --- a/java/client/example/pom.xml +++ b/java/client/example/pom.xml @@ -23,14 +23,14 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-example</artifactId> <packaging>jar</packaging> - <version>1.0-incubating-M2.1-RC1</version> + <version>1.0-incubating-M2.1</version> <name>Qpid Example</name> <url>http://cwiki.apache.org/confluence/display/qpid</url> <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid</artifactId> - <version>1.0-incubating-M2.1-RC1</version> + <version>1.0-incubating-M2.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/client/pom.xml b/java/client/pom.xml index 4a84b8fce8..01e4fd0ac9 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -23,14 +23,14 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-client</artifactId> <packaging>jar</packaging> - <version>1.0-incubating-M2.1-RC1</version> + <version>1.0-incubating-M2.1</version> <name>Qpid Client</name> <url>http://cwiki.apache.org/confluence/display/qpid</url> <parent> <groupId>org.apache.qpid</groupId> <artifactId>qpid</artifactId> - <version>1.0-incubating-M2.1-RC1</version> + <version>1.0-incubating-M2.1</version> <relativePath>../pom.xml</relativePath> </parent> |
