aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-model/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2009-03-22 03:15:29 +0000
committerMaria Odea B. Ching <oching@apache.org>2009-03-22 03:15:29 +0000
commitd811b1f00d74d10dda08b123463c06dc81f2affd (patch)
tree593606257827591112206fb7a973a4be2635c4ac /archiva-modules/archiva-base/archiva-model/pom.xml
parent7cb6f911f0c4a85965be2641e9c2bd996d6912fa (diff)
downloadarchiva-d811b1f00d74d10dda08b123463c06dc81f2affd.tar.gz
archiva-d811b1f00d74d10dda08b123463c06dc81f2affd.zip
[maven-release-plugin] prepare release archiva-1.2
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@757122 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-model/pom.xml')
-rwxr-xr-xarchiva-modules/archiva-base/archiva-model/pom.xml28
1 files changed, 3 insertions, 25 deletions
diff --git a/archiva-modules/archiva-base/archiva-model/pom.xml b/archiva-modules/archiva-base/archiva-model/pom.xml
index 23229135c..983db8970 100755
--- a/archiva-modules/archiva-base/archiva-model/pom.xml
+++ b/archiva-modules/archiva-base/archiva-model/pom.xml
@@ -1,28 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Licensed to the Apache Software Foundation (ASF) under one
- ~ or more contributor license agreements. See the NOTICE file
- ~ distributed with this work for additional information
- ~ regarding copyright ownership. The ASF licenses this file
- ~ to you under the Apache License, Version 2.0 (the
- ~ "License"); you may not use this file except in compliance
- ~ with the License. You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied. See the License for the
- ~ 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">
<parent>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-base</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archiva-model</artifactId>
@@ -175,9 +155,7 @@
</goals>
<configuration>
<tasks>
- <copy
- file="${project.build.directory}/generated-sources/modello/org/apache/maven/archiva/model/package.jdo"
- todir="${project.build.outputDirectory}/org/apache/maven/archiva/model/" />
+ <copy file="${project.build.directory}/generated-sources/modello/org/apache/maven/archiva/model/package.jdo" todir="${project.build.outputDirectory}/org/apache/maven/archiva/model/" />
</tasks>
</configuration>
</execution>
@@ -197,4 +175,4 @@
</plugin>
</plugins>
</build>
-</project>
+</project> \ No newline at end of file