File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >data.fressian</artifactId >
5
5
<version >0.2.2-SNAPSHOT</version >
6
- <name >${artifactId} </name >
6
+ <name >data.fressian </name >
7
7
<description >Read/write Fressian from Clojure</description >
8
8
<url >https://github.com/clojure/data.fressian</url >
9
9
19
19
<parent >
20
20
<groupId >org.clojure</groupId >
21
21
<artifactId >pom.contrib</artifactId >
22
- <version >0.1.2 </version >
22
+ <version >0.2.0 </version >
23
23
</parent >
24
24
25
25
<scm >
52
52
<build >
53
53
<sourceDirectory >${basedir} /src</sourceDirectory >
54
54
<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 >
63
55
<plugin >
64
56
<groupId >com.theoryinpractise</groupId >
65
57
<artifactId >clojure-maven-plugin</artifactId >
66
- <version >1.3.6 </version >
58
+ <version >1.7.1 </version >
67
59
<configuration >
68
60
<sourceDirectories >
69
61
<sourceDirectory >src/main/clojure</sourceDirectory >
87
79
</execution >
88
80
</executions >
89
81
</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 >
98
82
</plugins >
99
83
</build >
100
-
101
84
</project >
You can’t perform that action at this time.
0 commit comments