File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >data.fressian</artifactId >
55 <version >0.2.2-SNAPSHOT</version >
6- <name >${artifactId} </name >
6+ <name >data.fressian </name >
77 <description >Read/write Fressian from Clojure</description >
88 <url >https://github.com/clojure/data.fressian</url >
99
1919 <parent >
2020 <groupId >org.clojure</groupId >
2121 <artifactId >pom.contrib</artifactId >
22- <version >0.1.2 </version >
22+ <version >0.2.0 </version >
2323 </parent >
2424
2525 <scm >
5252 <build >
5353 <sourceDirectory >${basedir} /src</sourceDirectory >
5454 <plugins >
55- <plugin >
56- <artifactId >maven-compiler-plugin</artifactId >
57- <version >2.3.2</version >
58- <configuration >
59- <source >1.6</source >
60- <target >1.6</target >
61- </configuration >
62- </plugin >
6355 <plugin >
6456 <groupId >com.theoryinpractise</groupId >
6557 <artifactId >clojure-maven-plugin</artifactId >
66- <version >1.3.6 </version >
58+ <version >1.7.1 </version >
6759 <configuration >
6860 <sourceDirectories >
6961 <sourceDirectory >src/main/clojure</sourceDirectory >
8779 </execution >
8880 </executions >
8981 </plugin >
90- <plugin >
91- <groupId >org.apache.maven.plugins</groupId >
92- <artifactId >maven-gpg-plugin</artifactId >
93- <version >1.4</version >
94- <configuration >
95- <keyname >Datomic</keyname >
96- </configuration >
97- </plugin >
9882 </plugins >
9983 </build >
100-
10184</project >
You can’t perform that action at this time.
0 commit comments