Skip to content

Commit c8cb89f

Browse files
committed
[maven-release-plugin] prepare release mybatis-cdi-2.0.1
1 parent d4fc718 commit c8cb89f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<groupId>org.mybatis</groupId>
2525
<artifactId>mybatis-parent</artifactId>
2626
<version>40</version>
27-
<relativePath/>
27+
<relativePath />
2828
</parent>
2929

3030
<groupId>org.mybatis</groupId>
3131
<artifactId>mybatis-cdi</artifactId>
32-
<version>2.0.1-SNAPSHOT</version>
32+
<version>2.0.1</version>
3333

3434
<name>mybatis-cdi</name>
3535
<url>https://www.mybatis.org/cdi</url>
@@ -39,7 +39,7 @@
3939
<scm>
4040
<connection>scm:git:ssh://[email protected]/mybatis/cdi.git</connection>
4141
<developerConnection>scm:git:ssh://[email protected]/mybatis/cdi.git</developerConnection>
42-
<tag>HEAD</tag>
42+
<tag>mybatis-cdi-2.0.1</tag>
4343
<url>https://github.com/mybatis/cdi</url>
4444
</scm>
4545
<issueManagement>
@@ -78,7 +78,7 @@
7878
<osgi.dynamicImport>*</osgi.dynamicImport>
7979

8080
<!-- Reproducible Builds -->
81-
<project.build.outputTimestamp>1680402208</project.build.outputTimestamp>
81+
<project.build.outputTimestamp>1700274454</project.build.outputTimestamp>
8282
</properties>
8383

8484
<dependencies>

0 commit comments

Comments
 (0)