diff options
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> |