Skip to content

Commit 0c36e00

Browse files
committed
[maven-release-plugin] prepare release mybatis-spring-boot-3.0.5
1 parent 0ae2ff6 commit 0c36e00

File tree

17 files changed

+30
-30
lines changed
  • mybatis-spring-boot-autoconfigure
  • mybatis-spring-boot-samples
    • mybatis-spring-boot-sample-annotation
    • mybatis-spring-boot-sample-freemarker-legacy
    • mybatis-spring-boot-sample-freemarker
    • mybatis-spring-boot-sample-groovy
    • mybatis-spring-boot-sample-kotlin
    • mybatis-spring-boot-sample-thymeleaf
    • mybatis-spring-boot-sample-velocity-legacy
    • mybatis-spring-boot-sample-velocity
    • mybatis-spring-boot-sample-war
    • mybatis-spring-boot-sample-web
    • mybatis-spring-boot-sample-xml
  • mybatis-spring-boot-starter-test
  • mybatis-spring-boot-starter
  • mybatis-spring-boot-test-autoconfigure

17 files changed

+30
-30
lines changed

mybatis-spring-boot-autoconfigure/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 2015-2024 the original author or authors.
4+
Copyright 2015-2025 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.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot</artifactId>
24-
<version>3.0.5-SNAPSHOT</version>
24+
<version>3.0.5</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-autoconfigure</artifactId>
2727
<name>mybatis-spring-boot-autoconfigure</name>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-annotation/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 2015-2024 the original author or authors.
4+
Copyright 2015-2025 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.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>3.0.5-SNAPSHOT</version>
24+
<version>3.0.5</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-annotation</artifactId>
2727
<packaging>jar</packaging>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-freemarker-legacy/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 2015-2024 the original author or authors.
4+
Copyright 2015-2025 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.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>3.0.5-SNAPSHOT</version>
24+
<version>3.0.5</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-freemarker-legacy</artifactId>
2727
<packaging>jar</packaging>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-freemarker/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 2015-2024 the original author or authors.
4+
Copyright 2015-2025 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.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>3.0.5-SNAPSHOT</version>
24+
<version>3.0.5</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-freemarker</artifactId>
2727
<packaging>jar</packaging>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-groovy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>3.0.5-SNAPSHOT</version>
24+
<version>3.0.5</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-groovy</artifactId>
2727
<packaging>jar</packaging>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>3.0.5-SNAPSHOT</version>
24+
<version>3.0.5</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-kotlin</artifactId>
2727
<packaging>jar</packaging>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-thymeleaf/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 2015-2024 the original author or authors.
4+
Copyright 2015-2025 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.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>3.0.5-SNAPSHOT</version>
24+
<version>3.0.5</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-thymeleaf</artifactId>
2727
<packaging>jar</packaging>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-velocity-legacy/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 2015-2024 the original author or authors.
4+
Copyright 2015-2025 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.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>3.0.5-SNAPSHOT</version>
24+
<version>3.0.5</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-velocity-legacy</artifactId>
2727
<packaging>jar</packaging>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-velocity/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 2015-2024 the original author or authors.
4+
Copyright 2015-2025 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.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>3.0.5-SNAPSHOT</version>
24+
<version>3.0.5</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-velocity</artifactId>
2727
<packaging>jar</packaging>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>3.0.5-SNAPSHOT</version>
24+
<version>3.0.5</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-war</artifactId>
2727
<packaging>war</packaging>

0 commit comments

Comments
 (0)