diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-09-17 16:15:55 -0400 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-09-17 16:15:55 -0400 |
commit | d6e13bca9b78b7124f8e787be70704b32173fd1c (patch) | |
tree | 4b4d76d05e7a1e4172cc4b2ec393278589ff6446 /modules/def/pom.xml | |
parent | b808b45964e7527073abe85041c65831b179df19 (diff) |
[maven-release-plugin] prepare release 1.3.0
Diffstat (limited to 'modules/def/pom.xml')
-rw-r--r-- | modules/def/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/def/pom.xml b/modules/def/pom.xml index fb65a257..fdd4f7eb 100644 --- a/modules/def/pom.xml +++ b/modules/def/pom.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<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.clojure.contrib</groupId> <artifactId>parent</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> <relativePath>../parent</relativePath> </parent> <artifactId>def</artifactId> |