Skip to content

Commit 29bf4f5

Browse files
committed
[maven-release-plugin] prepare release mybatis-cdi-1.0.0-beta1
1 parent bdccdca commit 29bf4f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
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>
@@ -25,7 +24,7 @@
2524
</parent>
2625

2726
<artifactId>mybatis-cdi</artifactId>
28-
<version>1.0-SNAPSHOT</version>
27+
<version>1.0.0-beta1</version>
2928
<packaging>jar</packaging>
3029

3130
<name>MyBatis CDI Extension</name>
@@ -35,7 +34,7 @@
3534
<url>http://github.com/mybatis/cdi</url>
3635
<connection>scm:git:ssh://github.com/mybatis/cdi.git</connection>
3736
<developerConnection>scm:git:git+ssh://git@github.com/mybatis/cdi.git</developerConnection>
38-
<tag>HEAD</tag>
37+
<tag>mybatis-cdi-1.0.0-beta1</tag>
3938
</scm>
4039
<issueManagement>
4140
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)