diff options
Diffstat (limited to 'modules/dataflow/pom.xml')
-rw-r--r-- | modules/dataflow/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/dataflow/pom.xml b/modules/dataflow/pom.xml index 614ca836..0863d51b 100644 --- a/modules/dataflow/pom.xml +++ b/modules/dataflow/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>dataflow</artifactId> @@ -12,12 +12,12 @@ <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>graph</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>except</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> </dependencies> </project>
\ No newline at end of file |