Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
Jpress
Commits
ec070774
Commit
ec070774
authored
5 years ago
by
fuhai999@gmail.com
Browse files
Options
Download
Email Patches
Plain Diff
v3.0.0
parent
ce0e84b2
master
v3
v4.0
v4.2.1
v4.2.0
v4.1.5
v4.1.4
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.9
v4.0.8
v4.0.7
v4.0.6
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
v4.0.0-rc.2
v4.0.0-rc.1
v3.3.0
v3.2.5
v3.2.4
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.1
v3.1.0
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
No related merge requests found
Changes
33
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
codegen/pom.xml
+1
-1
codegen/pom.xml
jpress-addons/jpress-addon-helloworld/pom.xml
+1
-1
jpress-addons/jpress-addon-helloworld/pom.xml
jpress-addons/pom.xml
+2
-2
jpress-addons/pom.xml
jpress-commons/pom.xml
+1
-1
jpress-commons/pom.xml
jpress-core/pom.xml
+1
-1
jpress-core/pom.xml
jpress-model/pom.xml
+1
-1
jpress-model/pom.xml
jpress-service-api/pom.xml
+1
-1
jpress-service-api/pom.xml
jpress-service-provider/pom.xml
+1
-1
jpress-service-provider/pom.xml
jpress-template/pom.xml
+1
-1
jpress-template/pom.xml
jpress-web/pom.xml
+1
-1
jpress-web/pom.xml
module-article/module-article-model/pom.xml
+1
-1
module-article/module-article-model/pom.xml
module-article/module-article-search-api/pom.xml
+2
-2
module-article/module-article-search-api/pom.xml
module-article/module-article-search-db/pom.xml
+4
-4
module-article/module-article-search-db/pom.xml
module-article/module-article-search-es/pom.xml
+3
-3
module-article/module-article-search-es/pom.xml
module-article/module-article-search-lucene/pom.xml
+4
-4
module-article/module-article-search-lucene/pom.xml
module-article/module-article-search-opensearch/pom.xml
+3
-3
module-article/module-article-search-opensearch/pom.xml
module-article/module-article-service-api/pom.xml
+2
-2
module-article/module-article-service-api/pom.xml
module-article/module-article-service-provider/pom.xml
+8
-8
module-article/module-article-service-provider/pom.xml
module-article/module-article-web/pom.xml
+4
-4
module-article/module-article-web/pom.xml
module-article/pom.xml
+2
-2
module-article/pom.xml
with
44 additions
and
44 deletions
+44
-44
codegen/pom.xml
+
1
-
1
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
parent
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
jpress-addons/jpress-addon-helloworld/pom.xml
+
1
-
1
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
jpress-addons
</artifactId>
<groupId>
io.jpress
</groupId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
jpress-addons/pom.xml
+
2
-
2
View file @
ec070774
...
...
@@ -5,11 +5,11 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
io.jpress
</groupId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
pom
</packaging>
<version>
2
.0
</version>
<version>
3
.0
</version>
<groupId>
io.jpress
</groupId>
<artifactId>
jpress-addons
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
jpress-commons/pom.xml
+
1
-
1
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
parent
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
jpress-core/pom.xml
+
1
-
1
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
parent
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
jpress-model/pom.xml
+
1
-
1
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
parent
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
jpress-service-api/pom.xml
+
1
-
1
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
parent
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
jpress-service-provider/pom.xml
+
1
-
1
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
parent
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
jpress-template/pom.xml
+
1
-
1
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
parent
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
jpress-web/pom.xml
+
1
-
1
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
parent
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
module-article/module-article-model/pom.xml
+
1
-
1
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
module-article/module-article-search-api/pom.xml
+
2
-
2
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -17,7 +17,7 @@
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-model
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
module-article/module-article-search-db/pom.xml
+
4
-
4
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
module-article
</artifactId>
<groupId>
io.jpress
</groupId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -17,19 +17,19 @@
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-search-api
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-model
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-service-api
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
module-article/module-article-search-es/pom.xml
+
3
-
3
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
module-article
</artifactId>
<groupId>
io.jpress
</groupId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -23,13 +23,13 @@
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-search-api
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-model
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
module-article/module-article-search-lucene/pom.xml
+
4
-
4
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
module-article
</artifactId>
<groupId>
io.jpress
</groupId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -24,19 +24,19 @@
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-search-api
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-model
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-service-api
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
module-article/module-article-search-opensearch/pom.xml
+
3
-
3
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
module-article
</artifactId>
<groupId>
io.jpress
</groupId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -17,13 +17,13 @@
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-search-api
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-model
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
module-article/module-article-service-api/pom.xml
+
2
-
2
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-model
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
...
...
This diff is collapsed.
Click to expand it.
module-article/module-article-service-provider/pom.xml
+
8
-
8
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -27,43 +27,43 @@
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-model
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-service-api
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-search-api
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-search-db
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-search-lucene
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-search-es
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-search-opensearch
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
module-article/module-article-web/pom.xml
+
4
-
4
View file @
ec070774
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -27,19 +27,19 @@
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-model
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-service-api
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
<dependency>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article-service-provider
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
module-article/pom.xml
+
2
-
2
View file @
ec070774
...
...
@@ -5,13 +5,13 @@
<parent>
<groupId>
io.jpress
</groupId>
<artifactId>
parent
</artifactId>
<version>
2
.0
</version>
<version>
3
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
pom
</packaging>
<version>
2
.0
</version>
<version>
3
.0
</version>
<groupId>
io.jpress
</groupId>
<artifactId>
module-article
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help