diff options
Diffstat (limited to 'skin/pom.xml')
-rw-r--r-- | skin/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/skin/pom.xml b/skin/pom.xml index e40b3ff39..4e2ac2f6c 100644 --- a/skin/pom.xml +++ b/skin/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ 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>archiva</artifactId> <groupId>org.apache.archiva</groupId> - <version>1.4-M1-SNAPSHOT</version> + <version>1.4-M1</version> </parent> <artifactId>skin</artifactId> <name>Archiva :: Documentation Skin</name> |