diff options
Diffstat (limited to 'archiva-modules/plugins/maven1-repository')
-rw-r--r-- | archiva-modules/plugins/maven1-repository/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archiva-modules/plugins/maven1-repository/pom.xml b/archiva-modules/plugins/maven1-repository/pom.xml index 8014cd5a5..e173644cf 100644 --- a/archiva-modules/plugins/maven1-repository/pom.xml +++ b/archiva-modules/plugins/maven1-repository/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>plugins</artifactId> <groupId>org.apache.archiva</groupId> - <version>1.4-M1-SNAPSHOT</version> + <version>1.4-M1</version> </parent> <artifactId>maven1-repository</artifactId> <name>Archiva Core Plugins :: Maven 1.x Repository Support</name> |