Skip to content

Commit bef37cf

Browse files
committed
Upgrade to MyBatis 3.5.0 GA
Fixes mybatisgh-304
1 parent 60b7a4b commit bef37cf

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

pom.xml

+1-20
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<osgi.import>org.springframework.batch.*;resolution:=optional,*</osgi.import>
106106
<osgi.dynamicImport>*</osgi.dynamicImport>
107107

108-
<mybatis.version>3.5.0-SNAPSHOT</mybatis.version>
108+
<mybatis.version>3.5.0</mybatis.version>
109109
<spring.version>5.1.4.RELEASE</spring.version>
110110
<spring-batch.version>4.1.0.RELEASE</spring-batch.version>
111111
<module.name>org.mybatis.spring</module.name>
@@ -306,25 +306,6 @@
306306

307307
</dependencies>
308308

309-
<repositories>
310-
<repository>
311-
<id>sonatype-oss-snapshots</id>
312-
<name>Sonatype OSS Snapshots Repository</name>
313-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
314-
<snapshots>
315-
<enabled>true</enabled>
316-
</snapshots>
317-
</repository>
318-
<repository>
319-
<id>spring-milestones</id>
320-
<name>Spring Milestones</name>
321-
<url>https://repo.spring.io/libs-milestone</url>
322-
<snapshots>
323-
<enabled>false</enabled>
324-
</snapshots>
325-
</repository>
326-
</repositories>
327-
328309
<build>
329310
<plugins>
330311
<plugin>

0 commit comments

Comments
 (0)