Skip to content

Commit b2f1948

Browse files
committed
[maven-release-plugin] prepare release mybatis-spring-boot-3.0.4
1 parent a87ba58 commit b2f1948

File tree

17 files changed

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

17 files changed

+35
-33
lines changed

mybatis-spring-boot-autoconfigure/pom.xml

+2-2
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-2023 the original author or authors.
4+
Copyright 2015-2024 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.4-SNAPSHOT</version>
24+
<version>3.0.4</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

+2-2
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-2023 the original author or authors.
4+
Copyright 2015-2024 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.4-SNAPSHOT</version>
24+
<version>3.0.4</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

+2-2
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-2023 the original author or authors.
4+
Copyright 2015-2024 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.4-SNAPSHOT</version>
24+
<version>3.0.4</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

+2-2
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-2023 the original author or authors.
4+
Copyright 2015-2024 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.4-SNAPSHOT</version>
24+
<version>3.0.4</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

+1-1
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.4-SNAPSHOT</version>
24+
<version>3.0.4</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

+1-1
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.4-SNAPSHOT</version>
24+
<version>3.0.4</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

+2-2
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-2023 the original author or authors.
4+
Copyright 2015-2024 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.4-SNAPSHOT</version>
24+
<version>3.0.4</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

+1-1
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.4-SNAPSHOT</version>
24+
<version>3.0.4</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

+2-2
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-2023 the original author or authors.
4+
Copyright 2015-2024 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.4-SNAPSHOT</version>
24+
<version>3.0.4</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

+1-1
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.4-SNAPSHOT</version>
24+
<version>3.0.4</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-war</artifactId>
2727
<packaging>war</packaging>

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

+2-2
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-2023 the original author or authors.
4+
Copyright 2015-2024 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.4-SNAPSHOT</version>
24+
<version>3.0.4</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-web</artifactId>
2727
<packaging>jar</packaging>

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

+2-2
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-2023 the original author or authors.
4+
Copyright 2015-2024 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.4-SNAPSHOT</version>
24+
<version>3.0.4</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-xml</artifactId>
2727
<packaging>jar</packaging>

mybatis-spring-boot-samples/pom.xml

+2-2
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-2023 the original author or authors.
4+
Copyright 2015-2024 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.4-SNAPSHOT</version>
24+
<version>3.0.4</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-samples</artifactId>
2727
<packaging>pom</packaging>

mybatis-spring-boot-starter-test/pom.xml

+4-3
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-2023 the original author or authors.
4+
Copyright 2015-2024 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,13 +21,14 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot</artifactId>
24-
<version>3.0.4-SNAPSHOT</version>
24+
<version>3.0.4</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-starter-test</artifactId>
2727
<name>mybatis-spring-boot-starter-test</name>
2828
<properties>
2929
<module.name>org.mybatis.spring.boot.starter.test</module.name>
30-
<maven.javadoc.failOnError>false</maven.javadoc.failOnError> <!-- This setting added for generating javadoc jar file. -->
30+
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
31+
<!-- This setting added for generating javadoc jar file. -->
3132
</properties>
3233
<dependencies>
3334
<dependency>

mybatis-spring-boot-starter/pom.xml

+4-3
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-2023 the original author or authors.
4+
Copyright 2015-2024 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,13 +21,14 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot</artifactId>
24-
<version>3.0.4-SNAPSHOT</version>
24+
<version>3.0.4</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-starter</artifactId>
2727
<name>mybatis-spring-boot-starter</name>
2828
<properties>
2929
<module.name>org.mybatis.spring.boot.starter</module.name>
30-
<maven.javadoc.failOnError>false</maven.javadoc.failOnError> <!-- This setting added for generating javadoc jar file. -->
30+
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
31+
<!-- This setting added for generating javadoc jar file. -->
3132
</properties>
3233
<dependencies>
3334
<dependency>

mybatis-spring-boot-test-autoconfigure/pom.xml

+2-2
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-2023 the original author or authors.
4+
Copyright 2015-2024 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.4-SNAPSHOT</version>
24+
<version>3.0.4</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-test-autoconfigure</artifactId>
2727
<name>mybatis-spring-boot-test-autoconfigure</name>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.mybatis.spring.boot</groupId>
3131
<artifactId>mybatis-spring-boot</artifactId>
32-
<version>3.0.4-SNAPSHOT</version>
32+
<version>3.0.4</version>
3333
<packaging>pom</packaging>
3434

3535
<name>mybatis-spring-boot</name>
@@ -48,7 +48,7 @@
4848
<scm>
4949
<connection>scm:git:ssh://[email protected]/mybatis/spring-boot-starter.git</connection>
5050
<developerConnection>scm:git:ssh://[email protected]/mybatis/spring-boot-starter.git</developerConnection>
51-
<tag>HEAD</tag>
51+
<tag>mybatis-spring-boot-3.0.4</tag>
5252
<url>https://github.com/mybatis/spring-boot-starter/</url>
5353
</scm>
5454
<issueManagement>
@@ -82,7 +82,7 @@
8282
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED -Dfile.encoding=UTF-8</argLine>
8383

8484
<!-- Reproducible Builds -->
85-
<project.build.outputTimestamp>1700807562</project.build.outputTimestamp>
85+
<project.build.outputTimestamp>1732720003</project.build.outputTimestamp>
8686

8787
<module.name>org.mybatis.spring.boot</module.name>
8888

0 commit comments

Comments
 (0)