Skip to content

Commit

Permalink
fix errors and update versions in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Nov 4, 2016
1 parent ad9bde7 commit eeb3885
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pom.xml
Expand Up @@ -4,15 +4,14 @@
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>
<groupId>com.cognitect</groupId>
<artifactId>transit-clj</artifactId>
<artifactId>transit-format</artifactId>
<packaging>jar</packaging>
<version>dev</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Transit is a data format and a set of libraries for conveying
values between applications written in different languages. This library
provides support for marshalling Transit data to/from Clojure.
values between applications written in different languages.
</description>
<url>http://github.com/cognitect/transit-clj</url>
<url>http://github.com/cognitect/transit-format</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -28,11 +27,11 @@
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:cognitect/transit-clj.git
<connection>scm:git:git@github.com:cognitect/transit-format.git
</connection>
<developerConnection>scm:git:git@github.com:cognitect/transit-clj.git
<developerConnection>scm:git:git@github.com:cognitect/transit-format.git
</developerConnection>
<url>git@github.com:cognitect/transit-clj.git</url>
<url>git@github.com:cognitect/transit-format.git</url>
</scm>
<build>
<resources>
Expand Down Expand Up @@ -166,13 +165,13 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.6.0</version>
<version>1.8.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.cognitect</groupId>
<artifactId>transit-clj</artifactId>
<version>0.8.271</version>
<version>0.8.293</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand Down

0 comments on commit eeb3885

Please sign in to comment.