Skip to content

Commit 3fcda1f

Browse files
committed
Release v2.3.0
1 parent b837a9a commit 3fcda1f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

pom.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.minbox.framework</groupId>
77
<artifactId>oss-parent</artifactId>
8-
<version>0.1.0.RELEASE</version>
8+
<version>0.2.0.RELEASE</version>
99
<relativePath>../oss-parent</relativePath>
1010
</parent>
1111
<packaging>pom</packaging>
@@ -18,7 +18,7 @@
1818
<version>${revision}</version>
1919
<name>ApiBoot Build</name>
2020
<properties>
21-
<revision>2.3.0-SNAPSHOT</revision>
21+
<revision>2.3.0.RELEASE</revision>
2222
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
2323
<jdk.version>1.8</jdk.version>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -29,6 +29,22 @@
2929
<description>
3030
ApiBoot is a component service solution.
3131
</description>
32+
<licenses>
33+
<license>
34+
<name>Apache License, Version 2.0</name>
35+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
36+
</license>
37+
</licenses>
38+
<developers>
39+
<developer>
40+
<id>hengboy</id>
41+
<name>恒宇少年 - 于起宇</name>
42+
<url>https://blog.yuqiyu.com</url>
43+
<organization>minbox-projects</organization>
44+
<organizationUrl>https://gitee.com/minbox-projects</organizationUrl>
45+
<email>jnyuqy@gmail.com</email>
46+
</developer>
47+
</developers>
3248
<build>
3349
<plugins>
3450
<!--jdk version-->

0 commit comments

Comments
 (0)