File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 2121 <artifactId >json_patch</artifactId >
2222 <version >0.0.1-SNAPSHOT</version >
2323
24+ <name >json_patch</name >
25+ <description >An RFC 6902 (JSON Patch) compliant utility</description >
26+ <url >https://github.com/riotopsys/json-patch</url >
27+
2428 <dependencies >
2529 <dependency >
2630 <groupId >com.google.code.gson</groupId >
3943 <url >https://github.com/riotopsys/json-patch</url >
4044 <connection >scm:git:git@github.com:riotopsys/json-patch.git</connection >
4145 <developerConnection >scm:git:git@github.com:riotopsys/json-patch.git</developerConnection >
42- <tag >HEAD</tag >
43- </scm >
46+ <tag >HEAD</tag >
47+ </scm >
4448
4549 <licenses >
4650 <license >
7983 <autoVersionSubmodules >true</autoVersionSubmodules >
8084 </configuration >
8185 </plugin >
86+ <plugin >
87+ <groupId >org.apache.maven.plugins</groupId >
88+ <artifactId >maven-gpg-plugin</artifactId >
89+ <version >1.5</version >
90+ <executions >
91+ <execution >
92+ <id >sign-artifacts</id >
93+ <phase >verify</phase >
94+ <goals >
95+ <goal >sign</goal >
96+ </goals >
97+ </execution >
98+ </executions >
99+ </plugin >
82100 </plugins >
83101 </build >
84102
You can’t perform that action at this time.
0 commit comments