Skip to content

Commit 9d1ff41

Browse files
committed
Remove bundle and gupload from the release
1 parent 0b4b47f commit 9d1ff41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525

2626
<artifactId>mybatis</artifactId>
27-
<version>3.2.5-SNAPSHOT</version>
27+
<version>3.2.5</version>
2828
<packaging>jar</packaging>
2929

3030
<name>MyBatis</name>
@@ -107,7 +107,7 @@
107107
<url>http://github.com/mybatis/mybatis-3</url>
108108
<connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
109109
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/mybatis-3.git</developerConnection>
110-
<tag>HEAD</tag>
110+
<tag>mybatis-3.2.5</tag>
111111
</scm>
112112
<issueManagement>
113113
<system>GitHub Issue Management</system>
@@ -247,7 +247,7 @@
247247
<groupId>org.apache.maven.plugins</groupId>
248248
<artifactId>maven-release-plugin</artifactId>
249249
<configuration>
250-
<arguments>-Prelease,bundle,gupload</arguments>
250+
<arguments>-Prelease</arguments>
251251
</configuration>
252252
</plugin>
253253
<plugin>

0 commit comments

Comments
 (0)