Skip to content

Commit 66865c7

Browse files
committed
[ci skip][release]:prepare release v2.0.0
1 parent dab03eb commit 66865c7

File tree

50 files changed

+54
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+54
-57
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.seed</groupId>
1717
<artifactId>seed</artifactId>
18-
<version>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</version>
1919
</parent>
2020

2121
<artifactId>seed-bom</artifactId>

cache-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.seedstack.seed</groupId>
1818
<artifactId>seed</artifactId>
19-
<version>2.0.0-SNAPSHOT</version>
19+
<version>2.0.0</version>
2020
</parent>
2121

2222
<artifactId>seed-cache-support</artifactId>

cli-support/core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
file, You can obtain one at http://mozilla.org/MPL/2.0/.
1010
1111
-->
12-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1413
<modelVersion>4.0.0</modelVersion>
1514

1615
<parent>
1716
<groupId>org.seedstack.seed</groupId>
1817
<artifactId>seed-cli-support</artifactId>
19-
<version>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</version>
2019
</parent>
2120

2221
<artifactId>seed-cli-support-core</artifactId>

cli-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.seed</groupId>
1717
<artifactId>seed</artifactId>
18-
<version>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</version>
1919
</parent>
2020

2121
<artifactId>seed-cli-support</artifactId>

cli-support/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.seed</groupId>
1717
<artifactId>seed-cli-support</artifactId>
18-
<version>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</version>
1919
</parent>
2020

2121
<artifactId>seed-cli-support-test</artifactId>

core-support/core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
file, You can obtain one at http://mozilla.org/MPL/2.0/.
1010
1111
-->
12-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1413
<modelVersion>4.0.0</modelVersion>
1514

1615
<parent>
1716
<groupId>org.seedstack.seed</groupId>
1817
<artifactId>seed-core-support</artifactId>
19-
<version>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</version>
2019
</parent>
2120

2221
<artifactId>seed-core-support-core</artifactId>

core-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.seed</groupId>
1717
<artifactId>seed</artifactId>
18-
<version>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</version>
1919
</parent>
2020

2121
<artifactId>seed-core-support</artifactId>

core-support/specs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.seed</groupId>
1717
<artifactId>seed-core-support</artifactId>
18-
<version>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</version>
1919
</parent>
2020

2121
<artifactId>seed-core-support-specs</artifactId>

crypto-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.seedstack.seed</groupId>
1818
<artifactId>seed</artifactId>
19-
<version>2.0.0-SNAPSHOT</version>
19+
<version>2.0.0</version>
2020
</parent>
2121

2222
<artifactId>seed-crypto-support</artifactId>

doc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.seed</groupId>
1717
<artifactId>seed</artifactId>
18-
<version>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</version>
1919
</parent>
2020

2121
<artifactId>seed-doc</artifactId>

0 commit comments

Comments
 (0)