Skip to content

Commit 3de0b22

Browse files
committed
Change LICENSE & release v1.0.3
1 parent 36672a4 commit 3de0b22

File tree

7 files changed

+36
-10
lines changed

7 files changed

+36
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pom.xml
2121
<dependency>
2222
<groupId>io.github.lvyahui8</groupId>
2323
<artifactId>spring-boot-data-aggregator-starter</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.3</version>
2525
</dependency>
2626
```
2727

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pom.xml
2121
<dependency>
2222
<groupId>io.github.lvyahui8</groupId>
2323
<artifactId>spring-boot-data-aggregator-starter</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.3</version>
2525
</dependency>
2626
```
2727

pom.xml

+30-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright 2019 LvYahui
24
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
317
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
418
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
519
<modelVersion>4.0.0</modelVersion>
620

721
<groupId>io.github.lvyahui8</groupId>
822
<artifactId>spring-boot-data-aggregator</artifactId>
9-
<version>1.0.2</version>
23+
<version>1.0.3</version>
1024
<modules>
1125
<module>spring-boot-data-aggregator-core</module>
1226
<module>spring-boot-data-aggregator-autoconfigure</module>
@@ -172,8 +186,8 @@
172186

173187
<licenses>
174188
<license>
175-
<name>GNU General Public License v3.0</name>
176-
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
189+
<name>Apache License 2.0</name>
190+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
177191
</license>
178192
</licenses>
179193

@@ -194,7 +208,19 @@
194208
<build>
195209
<pluginManagement>
196210
<plugins>
197-
211+
<plugin>
212+
<groupId>org.codehaus.mojo</groupId>
213+
<artifactId>license-maven-plugin</artifactId>
214+
<version>1.20</version>
215+
<executions>
216+
<execution>
217+
<id>aggregate-download-licenses</id>
218+
<goals>
219+
<goal>aggregate-download-licenses</goal>
220+
</goals>
221+
</execution>
222+
</executions>
223+
</plugin>
198224
</plugins>
199225
</pluginManagement>
200226
</build>

spring-boot-data-aggregator-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-boot-data-aggregator</artifactId>
77
<groupId>io.github.lvyahui8</groupId>
8-
<version>1.0.2</version>
8+
<version>1.0.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-boot-data-aggregator-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-boot-data-aggregator</artifactId>
77
<groupId>io.github.lvyahui8</groupId>
8-
<version>1.0.2</version>
8+
<version>1.0.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-boot-data-aggregator-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-boot-data-aggregator</artifactId>
77
<groupId>io.github.lvyahui8</groupId>
8-
<version>1.0.2</version>
8+
<version>1.0.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-boot-data-aggregator-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-boot-data-aggregator</artifactId>
77
<groupId>io.github.lvyahui8</groupId>
8-
<version>1.0.2</version>
8+
<version>1.0.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)