diff options
author | skygo <skygo@unknown> | 2013-06-01 14:40:42 +0000 |
---|---|---|
committer | skygo <skygo@unknown> | 2013-06-01 14:40:42 +0000 |
commit | 0c9c688ea99d35a1d474f535110d27a80dc6bbfb (patch) | |
tree | 6acef2127f1ae5b4097f6aacc647fd446e9eb011 /archiva-modules/archiva-web/archiva-rest/archiva-rest-api | |
parent | ad2961ba667e1760f924191b751ec93d3fcc8aca (diff) | |
download | archiva-0c9c688ea99d35a1d474f535110d27a80dc6bbfb.tar.gz archiva-0c9c688ea99d35a1d474f535110d27a80dc6bbfb.zip |
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-MRM-1756@1488531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-api')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml index effc430c0..84091a80c 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>archiva-rest</artifactId> <groupId>org.apache.archiva</groupId> - <version>1.4-M4-SNAPSHOT</version> + <version>1.4-M5-SNAPSHOT</version> </parent> <artifactId>archiva-rest-api</artifactId> <!-- DO NOT USE bundle packaging generated documentation is not included in the jar !!! --> |