Skip to content

Commit a2c5893

Browse files
committed
[maven-release-plugin] prepare release mybatis-redis-1.0.0-beta1
1 parent 4163cef commit a2c5893

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1918
<modelVersion>4.0.0</modelVersion>
2019

2120
<parent>
@@ -26,7 +25,7 @@
2625

2726
<groupId>org.mybatis.caches</groupId>
2827
<artifactId>mybatis-redis</artifactId>
29-
<version>1.0.0-beta1-SNAPSHOT</version>
28+
<version>1.0.0-beta1</version>
3029
<packaging>jar</packaging>
3130

3231
<name>mybatis-redis</name>
@@ -37,7 +36,7 @@
3736
<url>http://github.com/mybatis/redis-cache</url>
3837
<connection>scm:git:ssh://github.com/mybatis/redis-cache.git</connection>
3938
<developerConnection>scm:git:git+ssh://git@github.com/mybatis/redis-cache.git</developerConnection>
40-
<tag>HEAD</tag>
39+
<tag>mybatis-redis-1.0.0-beta1</tag>
4140
</scm>
4241
<issueManagement>
4342
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)