File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 31
31
</developer >
32
32
</developers >
33
33
<scm >
34
- <connection >scm:git:git:// github.com/ jfinal/jfinal.git</connection >
35
- <developerConnection >scm:git:git:// github.com/ jfinal/jfinal.git</developerConnection >
36
- <url >git:// github.com/ jfinal/jfinal.git</url >
34
+ <connection >scm:git:git@ github.com: jfinal/jfinal.git</connection >
35
+ <developerConnection >scm:git:git@ github.com: jfinal/jfinal.git</developerConnection >
36
+ <url >git@ github.com: jfinal/jfinal.git</url >
37
37
</scm >
38
-
38
+
39
39
<parent >
40
40
<groupId >org.sonatype.oss</groupId >
41
41
<artifactId >oss-parent</artifactId >
153
153
<target >1.6</target >
154
154
</configuration >
155
155
</plugin >
156
+
157
+ <plugin >
158
+ <groupId >org.apache.maven.plugins</groupId >
159
+ <artifactId >maven-gpg-plugin</artifactId >
160
+ <executions >
161
+ <execution >
162
+ <id >sign-artifacts</id >
163
+ <phase >verify</phase >
164
+ <goals >
165
+ <goal >sign</goal >
166
+ </goals >
167
+ </execution >
168
+ </executions >
169
+ </plugin >
170
+
156
171
</plugins >
157
172
</build >
158
173
</project >
You can’t perform that action at this time.
0 commit comments