diff options
author | Olivier Lamy <olamy@apache.org> | 2014-01-16 03:25:16 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-01-16 03:25:16 +0000 |
commit | 6cdf2e135b5ba36991d11357841fa16f8a40b4d5 (patch) | |
tree | c8a0f293886c0aad7060bfdb62644c3945f1ae60 /redback-integrations | |
parent | 7e9a491d073ebdf194becc4acd867a8569596de4 (diff) | |
download | archiva-6cdf2e135b5ba36991d11357841fa16f8a40b4d5.tar.gz archiva-6cdf2e135b5ba36991d11357841fa16f8a40b4d5.zip |
[maven-release-plugin] prepare release redback-2.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1558683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'redback-integrations')
6 files changed, 6 insertions, 6 deletions
diff --git a/redback-integrations/pom.xml b/redback-integrations/pom.xml index d46221e31..9664dbb4c 100644 --- a/redback-integrations/pom.xml +++ b/redback-integrations/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.archiva.redback</groupId> <artifactId>redback</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> </parent> <artifactId>redback-integrations</artifactId> <name>Redback :: Integrations</name> diff --git a/redback-integrations/redback-common-integrations/pom.xml b/redback-integrations/redback-common-integrations/pom.xml index accb38f3f..0b9a9382b 100644 --- a/redback-integrations/redback-common-integrations/pom.xml +++ b/redback-integrations/redback-common-integrations/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-integrations</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> </parent> <artifactId>redback-common-integrations</artifactId> diff --git a/redback-integrations/redback-integrations-security/pom.xml b/redback-integrations/redback-integrations-security/pom.xml index d64663b38..0787755a6 100644 --- a/redback-integrations/redback-integrations-security/pom.xml +++ b/redback-integrations/redback-integrations-security/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>redback-integrations</artifactId> <groupId>org.apache.archiva.redback</groupId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> </parent> <artifactId>redback-integrations-security</artifactId> diff --git a/redback-integrations/redback-rest/pom.xml b/redback-integrations/redback-rest/pom.xml index 3ede002a6..858d0cdba 100644 --- a/redback-integrations/redback-rest/pom.xml +++ b/redback-integrations/redback-rest/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-integrations</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/redback-integrations/redback-rest/redback-rest-api/pom.xml b/redback-integrations/redback-rest/redback-rest-api/pom.xml index 4e0eda623..089344353 100644 --- a/redback-integrations/redback-rest/redback-rest-api/pom.xml +++ b/redback-integrations/redback-rest/redback-rest-api/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>redback-rest</artifactId> <groupId>org.apache.archiva.redback</groupId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> </parent> <artifactId>redback-rest-api</artifactId> diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml b/redback-integrations/redback-rest/redback-rest-services/pom.xml index 80d4aae2c..c1bdf06ac 100644 --- a/redback-integrations/redback-rest/redback-rest-services/pom.xml +++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>redback-rest</artifactId> <groupId>org.apache.archiva.redback</groupId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> </parent> <artifactId>redback-rest-services</artifactId> |