diff options
Diffstat (limited to 'modules/probabilities/pom.xml')
-rw-r--r-- | modules/probabilities/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/probabilities/pom.xml b/modules/probabilities/pom.xml index dfed20a8..dc6186b8 100644 --- a/modules/probabilities/pom.xml +++ b/modules/probabilities/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>probabilities</artifactId> @@ -12,22 +12,22 @@ <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>def</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>monads</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>macros</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.clojure.contrib</groupId> <artifactId>stream-utils</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> </dependencies> </project>
\ No newline at end of file |