Skip to content

Commit d798ef6

Browse files
author
geekidea
committed
pom.xml 2.0 version
1 parent f5a8c08 commit d798ef6

File tree

10 files changed

+13
-12
lines changed

10 files changed

+13
-12
lines changed

admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.geekidea.springbootplus</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>2.0-SNAPSHOT</version>
25+
<version>2.0</version>
2626
</parent>
2727

2828
<artifactId>admin</artifactId>

bootstrap/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.geekidea.springbootplus</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>2.0-SNAPSHOT</version>
25+
<version>2.0</version>
2626
</parent>
2727

2828
<artifactId>bootstrap</artifactId>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.geekidea.springbootplus</groupId>
4848
<artifactId>system</artifactId>
49-
<version>2.0-SNAPSHOT</version>
49+
<version>2.0</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
</dependencies>

config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.geekidea.springbootplus</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>2.0-SNAPSHOT</version>
26+
<version>2.0</version>
2727
</parent>
2828

2929
<artifactId>config</artifactId>

distribution/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.geekidea.springbootplus</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>2.0-SNAPSHOT</version>
26+
<version>2.0</version>
2727
</parent>
2828

2929
<artifactId>distribution</artifactId>
@@ -57,6 +57,7 @@
5757
<descriptors>
5858
<descriptor>release.xml</descriptor>
5959
</descriptors>
60+
<appendAssemblyId>false</appendAssemblyId>
6061
</configuration>
6162
<executions>
6263
<execution>

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.geekidea.springbootplus</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>2.0-SNAPSHOT</version>
26+
<version>2.0</version>
2727
</parent>
2828

2929
<artifactId>example</artifactId>

framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.geekidea.springbootplus</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>2.0-SNAPSHOT</version>
26+
<version>2.0</version>
2727
</parent>
2828

2929
<artifactId>framework</artifactId>

generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.geekidea.springbootplus</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>2.0-SNAPSHOT</version>
26+
<version>2.0</version>
2727
</parent>
2828

2929
<artifactId>generator</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>io.geekidea.springbootplus</groupId>
2323
<artifactId>parent</artifactId>
24-
<version>2.0-SNAPSHOT</version>
24+
<version>2.0</version>
2525
<packaging>pom</packaging>
2626

2727
<name>spring-boot-plus</name>
@@ -46,7 +46,7 @@
4646
<properties>
4747
<utf8>UTF-8</utf8>
4848
<boot.artifact.name>bootstrap-${project.version}</boot.artifact.name>
49-
<assembly.name>spring-boot-plus</assembly.name>
49+
<assembly.name>spring-boot-plus-server-${project.version}</assembly.name>
5050
<project.build.sourceEncoding>${utf8}</project.build.sourceEncoding>
5151
<project.reporting.outputEncoding>${utf8}</project.reporting.outputEncoding>
5252
<java.version>1.8</java.version>

scheduled/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.geekidea.springbootplus</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>2.0-SNAPSHOT</version>
26+
<version>2.0</version>
2727
</parent>
2828

2929
<artifactId>scheduled</artifactId>

system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.geekidea.springbootplus</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>2.0-SNAPSHOT</version>
26+
<version>2.0</version>
2727
</parent>
2828

2929
<artifactId>system</artifactId>

0 commit comments

Comments
 (0)