Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-spring-boot-3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed May 20, 2023
1 parent b88e76a commit 033cec2
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions mybatis-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-autoconfigure</artifactId>
<name>mybatis-spring-boot-autoconfigure</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-annotation</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-freemarker-legacy</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-freemarker</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-groovy</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-kotlin</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-thymeleaf</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-velocity-legacy</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-velocity</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-war</artifactId>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-web</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-samples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-sample-xml</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions mybatis-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-samples</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions mybatis-spring-boot-starter-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<artifactId>mybatis-spring-boot</artifactId>
<groupId>org.mybatis.spring.boot</groupId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-starter-test</artifactId>
<name>mybatis-spring-boot-starter-test</name>
Expand Down
4 changes: 2 additions & 2 deletions mybatis-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-starter</artifactId>
<name>mybatis-spring-boot-starter</name>
Expand Down
4 changes: 2 additions & 2 deletions mybatis-spring-boot-test-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015-2022 the original author or authors.
Copyright 2015-2023 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<artifactId>mybatis-spring-boot</artifactId>
<groupId>org.mybatis.spring.boot</groupId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>mybatis-spring-boot-test-autoconfigure</artifactId>
<name>mybatis-spring-boot-test-autoconfigure</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>pom</packaging>

<name>mybatis-spring-boot</name>
Expand All @@ -48,7 +48,7 @@
<connection>scm:git:[email protected]:mybatis/spring-boot-starter.git</connection>
<developerConnection>scm:git:[email protected]:mybatis/spring-boot-starter.git</developerConnection>
<url>https://github.com/mybatis/spring-boot-starter/tree/master</url>
<tag>HEAD</tag>
<tag>mybatis-spring-boot-3.0.2</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down Expand Up @@ -81,7 +81,7 @@
<argLine>-Djdk.attach.allowAttachSelf --add-opens java.base/java.lang=ALL-UNNAMED -Dfile.encoding=UTF-8</argLine>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1671303963</project.build.outputTimestamp>
<project.build.outputTimestamp>1684572235</project.build.outputTimestamp>

<module.name>org.mybatis.spring.boot</module.name>
</properties>
Expand Down

0 comments on commit 033cec2

Please sign in to comment.