diff options
Diffstat (limited to 'archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-web/archiva-webapp/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archiva-web/archiva-webapp/pom.xml b/archiva-web/archiva-webapp/pom.xml index 5243d242e..58110ae86 100644 --- a/archiva-web/archiva-webapp/pom.xml +++ b/archiva-web/archiva-webapp/pom.xml @@ -18,13 +18,12 @@ ~ 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> <groupId>org.apache.maven.archiva</groupId> <artifactId>archiva-web</artifactId> - <version>1.0-beta-2-SNAPSHOT</version> + <version>1.0-beta-2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>archiva-webapp</artifactId> @@ -411,7 +410,7 @@ <configuration> <tasks> <copy todir="${project.build.directory}/appserver-base"> - <fileset dir="src/appserver-base"/> + <fileset dir="src/appserver-base" /> </copy> </tasks> </configuration> |