From 66d25411cba66f35be30e0083a2e8b15c2528f8b Mon Sep 17 00:00:00 2001 From: "fuhai999@gmail.com" <fuhai999@gmail.com> Date: Fri, 15 Feb 2019 14:54:50 +0800 Subject: [PATCH] v2.0-rc.3 --- codegen/pom.xml | 2 +- doc/readme.md | 2 +- jpress-addons/jpress-addon-helloworld/pom.xml | 2 +- jpress-addons/pom.xml | 2 +- jpress-commons/pom.xml | 2 +- jpress-core/pom.xml | 2 +- jpress-model/pom.xml | 2 +- jpress-service-api/pom.xml | 2 +- jpress-service-provider/pom.xml | 2 +- jpress-template/pom.xml | 2 +- jpress-web/pom.xml | 2 +- module-article/module-article-model/pom.xml | 2 +- .../module-article-search-api/pom.xml | 4 +- .../module-article-search-db/pom.xml | 8 ++-- .../module-article-search-es/pom.xml | 6 +-- .../module-article-search-lucene/pom.xml | 8 ++-- .../module-article-search-opensearch/pom.xml | 6 +-- .../module-article-service-api/pom.xml | 4 +- .../module-article-service-provider/pom.xml | 16 ++++---- module-article/module-article-web/pom.xml | 41 ++----------------- module-article/pom.xml | 2 +- module-page/module-page-model/pom.xml | 2 +- module-page/module-page-service-api/pom.xml | 4 +- .../module-page-service-provider/pom.xml | 6 +-- module-page/module-page-web/pom.xml | 40 ++---------------- module-page/pom.xml | 2 +- pom.xml | 27 ++++++++---- starter-tomcat/pom.xml | 14 +++---- starter/pom.xml | 18 ++++---- 29 files changed, 89 insertions(+), 143 deletions(-) diff --git a/codegen/pom.xml b/codegen/pom.xml index 3db78a54c..6c4a96baf 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/doc/readme.md b/doc/readme.md index b48cdc40b..c476ca223 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -825,7 +825,7 @@ maven 浼氬幓鑷姩涓嬭浇 io.jpress.parent 杩欎釜module锛宮aven涓ぎ浠撳簱涓婃壘 ``` -鍚屾椂锛屼负浜嗚 maven 缂栬瘧鐨勬椂鍊欙紝鎶� `club` 涓殑璧勬簮鎷疯礉鍒� starter 閲岄樋閲屻€傛垜浠渶瑕佷慨鏀箂tarter妯″潡涓嬬殑 pom.xml 鐨刞maven-remote-resources-plugin`鎻掍欢閰嶇疆涓哄涓嬶細 +鍚屾椂锛屼负浜嗚 maven 缂栬瘧鐨勬椂鍊欙紝鎶� `club` 涓殑璧勬簮鎷疯礉鍒� starter 閲岄樋閲屻€傛垜浠渶瑕佷慨鏀箂tarter妯″潡涓嬬殑 pom.xml 鐨刞maven-resources-plugin`鎻掍欢閰嶇疆涓哄涓嬶細 ```xml <plugin> diff --git a/jpress-addons/jpress-addon-helloworld/pom.xml b/jpress-addons/jpress-addon-helloworld/pom.xml index 4db7faa76..2c1d0088d 100644 --- a/jpress-addons/jpress-addon-helloworld/pom.xml +++ b/jpress-addons/jpress-addon-helloworld/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>jpress-addons</artifactId> <groupId>io.jpress</groupId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/jpress-addons/pom.xml b/jpress-addons/pom.xml index aada1fda6..f6c9a8b1c 100644 --- a/jpress-addons/pom.xml +++ b/jpress-addons/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>parent</artifactId> <groupId>io.jpress</groupId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/jpress-commons/pom.xml b/jpress-commons/pom.xml index a2d91baee..3843e7f43 100644 --- a/jpress-commons/pom.xml +++ b/jpress-commons/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/jpress-core/pom.xml b/jpress-core/pom.xml index df95c0622..d6d1c9911 100644 --- a/jpress-core/pom.xml +++ b/jpress-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/jpress-model/pom.xml b/jpress-model/pom.xml index 147cd4a22..5fbba6b21 100644 --- a/jpress-model/pom.xml +++ b/jpress-model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/jpress-service-api/pom.xml b/jpress-service-api/pom.xml index b851c5048..9587385c3 100644 --- a/jpress-service-api/pom.xml +++ b/jpress-service-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/jpress-service-provider/pom.xml b/jpress-service-provider/pom.xml index 38e90ba7e..1f96c6a6f 100644 --- a/jpress-service-provider/pom.xml +++ b/jpress-service-provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/jpress-template/pom.xml b/jpress-template/pom.xml index f5c67e96b..054f756b5 100644 --- a/jpress-template/pom.xml +++ b/jpress-template/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/jpress-web/pom.xml b/jpress-web/pom.xml index ed2107394..a5f05d4fd 100644 --- a/jpress-web/pom.xml +++ b/jpress-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/module-article/module-article-model/pom.xml b/module-article/module-article-model/pom.xml index 22bbcf9af..2aa8d0090 100644 --- a/module-article/module-article-model/pom.xml +++ b/module-article/module-article-model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>module-article</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/module-article/module-article-search-api/pom.xml b/module-article/module-article-search-api/pom.xml index ae1d64ae7..95a6bc765 100644 --- a/module-article/module-article-search-api/pom.xml +++ b/module-article/module-article-search-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>module-article</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -17,7 +17,7 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> </dependencies> diff --git a/module-article/module-article-search-db/pom.xml b/module-article/module-article-search-db/pom.xml index 11518c3f4..cc4611620 100644 --- a/module-article/module-article-search-db/pom.xml +++ b/module-article/module-article-search-db/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>module-article</artifactId> <groupId>io.jpress</groupId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -17,19 +17,19 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-search-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-service-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> </dependencies> diff --git a/module-article/module-article-search-es/pom.xml b/module-article/module-article-search-es/pom.xml index ee43b1a3f..d6db5d6ad 100644 --- a/module-article/module-article-search-es/pom.xml +++ b/module-article/module-article-search-es/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>module-article</artifactId> <groupId>io.jpress</groupId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -23,13 +23,13 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-search-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> diff --git a/module-article/module-article-search-lucene/pom.xml b/module-article/module-article-search-lucene/pom.xml index 3bd19a51f..6a739d959 100644 --- a/module-article/module-article-search-lucene/pom.xml +++ b/module-article/module-article-search-lucene/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>module-article</artifactId> <groupId>io.jpress</groupId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -24,19 +24,19 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-search-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-service-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> diff --git a/module-article/module-article-search-opensearch/pom.xml b/module-article/module-article-search-opensearch/pom.xml index 2f0a91488..354478b51 100644 --- a/module-article/module-article-search-opensearch/pom.xml +++ b/module-article/module-article-search-opensearch/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>module-article</artifactId> <groupId>io.jpress</groupId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -17,13 +17,13 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-search-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> diff --git a/module-article/module-article-service-api/pom.xml b/module-article/module-article-service-api/pom.xml index 758eb0609..bcdf0d9c2 100644 --- a/module-article/module-article-service-api/pom.xml +++ b/module-article/module-article-service-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>module-article</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -21,7 +21,7 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> diff --git a/module-article/module-article-service-provider/pom.xml b/module-article/module-article-service-provider/pom.xml index 25aba4573..d28e8c352 100644 --- a/module-article/module-article-service-provider/pom.xml +++ b/module-article/module-article-service-provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>module-article</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,43 +27,43 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-service-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-search-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-search-db</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-search-lucene</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-search-es</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-search-opensearch</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> </dependencies> diff --git a/module-article/module-article-web/pom.xml b/module-article/module-article-web/pom.xml index 68e1e23fa..7f561e812 100644 --- a/module-article/module-article-web/pom.xml +++ b/module-article/module-article-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>module-article</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,56 +27,23 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-service-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-service-provider</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> - - </dependencies> - <build> - <resources> - <resource> - <directory>src/main/resources</directory> - <includes> - <include>**/*.*</include> - </includes> - <filtering>false</filtering> - </resource> - </resources> - - <plugins> - <plugin> - <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.5</version> - <executions> - <execution> - <goals> - <goal>bundle</goal> - </goals> - </execution> - </executions> - <configuration> - <includes> - <include>**/*.*</include> - </includes> - </configuration> - </plugin> - </plugins> - </build> - </project> \ No newline at end of file diff --git a/module-article/pom.xml b/module-article/pom.xml index 72122dedb..bab5645ea 100644 --- a/module-article/pom.xml +++ b/module-article/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/module-page/module-page-model/pom.xml b/module-page/module-page-model/pom.xml index a39a9bea0..e6d2e8096 100644 --- a/module-page/module-page-model/pom.xml +++ b/module-page/module-page-model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>module-page</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/module-page/module-page-service-api/pom.xml b/module-page/module-page-service-api/pom.xml index d6defe32d..5a44d1cfd 100644 --- a/module-page/module-page-service-api/pom.xml +++ b/module-page/module-page-service-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>module-page</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -21,7 +21,7 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-page-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> diff --git a/module-page/module-page-service-provider/pom.xml b/module-page/module-page-service-provider/pom.xml index 9f21de9d3..6acbb86aa 100644 --- a/module-page/module-page-service-provider/pom.xml +++ b/module-page/module-page-service-provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>module-page</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,13 +27,13 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-page-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-page-service-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> </dependencies> diff --git a/module-page/module-page-web/pom.xml b/module-page/module-page-web/pom.xml index 2650bd0ec..f5f28d2cd 100644 --- a/module-page/module-page-web/pom.xml +++ b/module-page/module-page-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>module-page</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,54 +27,22 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-page-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-page-service-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-page-service-provider</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> </dependencies> - <build> - <resources> - <resource> - <directory>src/main/resources</directory> - <includes> - <include>**/*.*</include> - </includes> - <filtering>false</filtering> - </resource> - </resources> - - <plugins> - <plugin> - <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.5</version> - <executions> - <execution> - <goals> - <goal>bundle</goal> - </goals> - </execution> - </executions> - <configuration> - <includes> - <include>**/*.*</include> - </includes> - </configuration> - </plugin> - </plugins> - </build> - - </project> \ No newline at end of file diff --git a/module-page/pom.xml b/module-page/pom.xml index 28dabf099..fa71da35a 100644 --- a/module-page/pom.xml +++ b/module-page/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 375c7f780..6fe42c80d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <groupId>io.jpress</groupId> <artifactId>parent</artifactId> <packaging>pom</packaging> - <version>${jpress.version}</version> + <version>2.0</version> <modules> <module>codegen</module> @@ -30,7 +30,6 @@ </modules> <properties> - <jpress.version>2.0</jpress.version> <jdk.version>1.8</jdk.version> <jboot.version>2.0-rc.8</jboot.version> <jjwt.version>0.9.1</jjwt.version> @@ -94,37 +93,37 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-commons</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-core</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-model</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-web</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-service-api</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-service-provider</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> @@ -191,6 +190,18 @@ </configuration> </plugin> + <!-- mvn -N versions:update-child-modules --> + <!-- mvn versions:set -DnewVersion=2.0 -DprocessAllModules=true -DallowSnapshots=true --> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>versions-maven-plugin</artifactId> + <version>2.7</version> + <configuration> + <generateBackupPoms>false</generateBackupPoms> + </configuration> + </plugin> + + </plugins> </build> diff --git a/starter-tomcat/pom.xml b/starter-tomcat/pom.xml index a498753cd..14bf4d533 100644 --- a/starter-tomcat/pom.xml +++ b/starter-tomcat/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -85,13 +85,13 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-web</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-template</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> @@ -102,25 +102,25 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>module-page-web</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-web</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-service-provider</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-page-service-provider</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> diff --git a/starter/pom.xml b/starter/pom.xml index ff6eccfa3..cae680f50 100644 --- a/starter/pom.xml +++ b/starter/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.jpress</groupId> <artifactId>parent</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -70,50 +70,50 @@ <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-web</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-template</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>jpress-service-provider</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-page-web</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-page-service-provider</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-web</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>module-article-service-provider</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <dependency> <groupId>io.jpress</groupId> <artifactId>codegen</artifactId> - <version>${jpress.version}</version> + <version>2.0</version> </dependency> <!--<dependency>--> -- GitLab