diff options
author | Olivier Lamy <olamy@apache.org> | 2014-03-26 02:41:32 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-03-26 02:41:32 +0000 |
commit | 96a526be486d6862cf6df748863e16fc14752b20 (patch) | |
tree | 527f3043c7903cf0f7f5c71268e75aaa4b23b7bf /archiva-modules | |
parent | 317e6390c5e16f5890ca5d68b06c7334962e7408 (diff) | |
download | archiva-96a526be486d6862cf6df748863e16fc14752b20.tar.gz archiva-96a526be486d6862cf6df748863e16fc14752b20.zip |
fix parent version for modules not part of release
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 2 | ||||
-rw-r--r-- | archiva-modules/plugins/metadata-store-cassandra/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 236e8f982..552ef94cc 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-web</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>archiva-webapp-test</artifactId> <packaging>pom</packaging> diff --git a/archiva-modules/plugins/metadata-store-cassandra/pom.xml b/archiva-modules/plugins/metadata-store-cassandra/pom.xml index b12a71666..7d6b6570f 100644 --- a/archiva-modules/plugins/metadata-store-cassandra/pom.xml +++ b/archiva-modules/plugins/metadata-store-cassandra/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>plugins</artifactId> <groupId>org.apache.archiva</groupId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>metadata-store-cassandra</artifactId> <packaging>bundle</packaging> |