Skip to content

Commit

Permalink
Update parent pom version and other cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 13, 2016
1 parent c8355ff commit 69c182c
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>data.fressian</artifactId>
<version>0.2.2-SNAPSHOT</version>
<name>${artifactId}</name>
<name>data.fressian</name>
<description>Read/write Fressian from Clojure</description>
<url>https://github.com/clojure/data.fressian</url>

Expand All @@ -19,7 +19,7 @@
<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</parent>

<scm>
Expand Down Expand Up @@ -52,18 +52,10 @@
<build>
<sourceDirectory>${basedir}/src</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<version>1.3.6</version>
<version>1.7.1</version>
<configuration>
<sourceDirectories>
<sourceDirectory>src/main/clojure</sourceDirectory>
Expand All @@ -87,15 +79,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<configuration>
<keyname>Datomic</keyname>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 69c182c

Please sign in to comment.