Skip to content

Commit 45f1682

Browse files
authored
Merge pull request #42 from hazendaz/master
update parent and changes plugin
2 parents 6cf1ae9 + 7b9552a commit 45f1682

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mybatis-scala-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-changes-plugin</artifactId>
87-
<version>2.12</version>
87+
<version>2.12.1</version>
8888
<reportSets>
8989
<reportSet>
9090
<reports>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2011-2016 the original author or authors.
4+
Copyright 2011-2017 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.mybatis</groupId>
2424
<artifactId>mybatis-parent</artifactId>
25-
<version>27</version>
25+
<version>28</version>
2626
<relativePath />
2727
</parent>
2828

0 commit comments

Comments
 (0)