Skip to content

Commit 7b5a92f

Browse files
author
GangCheng
committed
release 3.0.5
1 parent 9b68134 commit 7b5a92f

File tree

12 files changed

+28
-11
lines changed

12 files changed

+28
-11
lines changed

mybatis-r2dbc-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>pro.chenggang</groupId>
2424
<artifactId>reactive-mybatis-support</artifactId>
25-
<version>3.1.0-SNAPSHOT</version>
25+
<version>3.0.5.RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

mybatis-r2dbc-generator/src/main/java/pro/chenggang/project/reactive/mybatis/support/generator/properties/YamlGeneratorPropertiesLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2023 the original author or authors.
2+
* Copyright 2009-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

mybatis-r2dbc-generator/src/main/java/pro/chenggang/project/reactive/mybatis/support/generator/support/GeneratedModelCustomizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2023 the original author or authors.
2+
* Copyright 2009-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

mybatis-r2dbc-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>pro.chenggang</groupId>
2424
<artifactId>reactive-mybatis-support</artifactId>
25-
<version>3.1.0-SNAPSHOT</version>
25+
<version>3.0.5.RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

mybatis-r2dbc-spring/src/main/java/pro/chenggang/project/reactive/mybatis/support/r2dbc/spring/mapper/ClassPathR2dbcMapperScanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2023 the original author or authors.
2+
* Copyright 2009-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

mybatis-r2dbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>pro.chenggang</groupId>
2626
<artifactId>reactive-mybatis-support</artifactId>
27-
<version>3.1.0-SNAPSHOT</version>
27+
<version>3.0.5.RELEASE</version>
2828
</parent>
2929

3030
<artifactId>mybatis-r2dbc</artifactId>

mybatis-r2dbc/src/main/java/pro/chenggang/project/reactive/mybatis/support/r2dbc/ReactiveSqlSessionOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2023 the original author or authors.
2+
* Copyright 2009-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

mybatis-r2dbc/src/main/java/pro/chenggang/project/reactive/mybatis/support/r2dbc/binding/MapperProxyFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2023 the original author or authors.
2+
* Copyright 2009-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

mybatis-r2dbc/src/main/java/pro/chenggang/project/reactive/mybatis/support/r2dbc/defaults/DefaultReactiveSqlSessionOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2023 the original author or authors.
2+
* Copyright 2009-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

mybatis-r2dbc/src/main/java/pro/chenggang/project/reactive/mybatis/support/r2dbc/defaults/ReactiveSqlSessionProfile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2023 the original author or authors.
2+
* Copyright 2009-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)