Skip to content

Commit 40fd3a4

Browse files
committed
updated to parent 7
updated next clirr iteration version
1 parent 29a04f4 commit 40fd3a4

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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mybatis</groupId>
55
<artifactId>mybatis-parent</artifactId>
6-
<version>7-SNAPSHOT</version>
6+
<version>7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mybatis</artifactId>
@@ -33,7 +33,7 @@
3333
</contributors>
3434
<properties>
3535
<findbugs.onlyAnalyze>org.apache.ibatis.*</findbugs.onlyAnalyze>
36-
<clirr.comparisonVersion>3.0.2</clirr.comparisonVersion>
36+
<clirr.comparisonVersion>3.0.3</clirr.comparisonVersion>
3737
<osgi.export>org.apache.ibatis.*;version=${project.version};-noimport:=true</osgi.export>
3838
<osgi.import>net.sf.cglib.proxy;resolution:=optional,org.apache.commons.logging;resolution:=optional,org.apache.log4j;resolution:=optional,org.slf4j;resolution:=optional,*</osgi.import>
3939
</properties>

0 commit comments

Comments
 (0)