Skip to content

Commit 01f3d59

Browse files
committed
updated dependency to MyBatis 3.0.6 & update changes.xml
1 parent 52e30ad commit 01f3d59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<properties>
7777
<findbugs.onlyAnalyze>org.mybatis.spring.*,org.mybatis.spring.mapper.*,org.mybatis.spring.support.*,org.mybatis.spring.transaction.*</findbugs.onlyAnalyze>
7878
<spring.version>3.0.6.RELEASE</spring.version>
79-
<clirr.comparisonVersion>1.0.0-RC3</clirr.comparisonVersion>
79+
<clirr.comparisonVersion>1.0.1</clirr.comparisonVersion>
8080
<gcu.product>Spring</gcu.product>
8181
</properties>
8282

@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.mybatis</groupId>
8787
<artifactId>mybatis</artifactId>
88-
<version>3.0.6-SNAPSHOT</version>
88+
<version>3.0.6</version>
8989
<scope>compile</scope>
9090
</dependency>
9191

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</properties>
2828

2929
<body>
30-
<release version="1.0.2" date="2011-10-??" description="1.0.2 release">
30+
<release version="1.0.2" date="2011-10-09" description="1.0.2 release">
3131
<action type="update" issue="391">
3232
Add SqlSession.flushStatements()
3333
</action>

0 commit comments

Comments
 (0)