diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-09-23 21:13:49 -0400 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-09-23 21:13:49 -0400 |
commit | 6dcc6537e7ee6efeabad7097e5257edeb9dab84a (patch) | |
tree | 65705ba215a62010eb1ece734f5bc149bf679c91 /modules/mmap/pom.xml | |
parent | 2d2b158d2ee0e3c4b196d4c74acf4556467a74fa (diff) |
Revert "[maven-release-plugin] prepare release 1.3.0"
This reverts commit d6e13bca9b78b7124f8e787be70704b32173fd1c.
Diffstat (limited to 'modules/mmap/pom.xml')
-rw-r--r-- | modules/mmap/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mmap/pom.xml b/modules/mmap/pom.xml index f3b55412..8ef9bfcd 100644 --- a/modules/mmap/pom.xml +++ b/modules/mmap/pom.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<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> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.clojure.contrib</groupId> <artifactId>parent</artifactId> - <version>1.3.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <artifactId>mmap</artifactId> |