Skip to content

Commit b12cb6a

Browse files
committed
Prepare for 1st version on maven central
1 parent 8254ccd commit b12cb6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>org.mybatis</groupId>
2323
<artifactId>mybatis-parent</artifactId>
24-
<version>24-SNAPSHOT</version>
24+
<version>24</version>
2525
</parent>
2626

2727
<groupId>org.mybatis.scripting</groupId>
2828
<artifactId>mybatis-freemarker</artifactId>
29-
<version>1.2-SNAPSHOT</version>
29+
<version>1.1.1-SNAPSHOT</version>
3030
<packaging>jar</packaging>
3131

3232
<name>MyBatis FreeMarker</name>

0 commit comments

Comments
 (0)