Skip to content

Commit 883dd1b

Browse files
committed
[maven-release-plugin] prepare release jfinal-1.4.0
1 parent fbe105b commit 883dd1b

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

pom.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</developer>
3232
</developers>
3333
<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>
3737
</scm>
38-
38+
3939
<parent>
4040
<groupId>org.sonatype.oss</groupId>
4141
<artifactId>oss-parent</artifactId>
@@ -153,6 +153,21 @@
153153
<target>1.6</target>
154154
</configuration>
155155
</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+
156171
</plugins>
157172
</build>
158173
</project>

0 commit comments

Comments
 (0)