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
小 白蛋
Jianmu Ci Server
Commits
ec9e04b6
Unverified
Commit
ec9e04b6
authored
2 years ago
by
老技
Committed by
Gitee
2 years ago
Browse files
Options
Download
Plain Diff
!1388 release: 1.1.1-gitlink
Merge pull request !1388 from 老技/gitlink
parents
e6a5ad50
57d86b36
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
api/pom.xml
+4
-4
api/pom.xml
application/pom.xml
+3
-3
application/pom.xml
el/pom.xml
+2
-2
el/pom.xml
embedded-worker/pom.xml
+1
-1
embedded-worker/pom.xml
event/pom.xml
+1
-1
event/pom.xml
external-parameter-core/pom.xml
+1
-1
external-parameter-core/pom.xml
git-repo-core/pom.xml
+1
-1
git-repo-core/pom.xml
infrastructure/pom.xml
+14
-14
infrastructure/pom.xml
node-definition/pom.xml
+1
-1
node-definition/pom.xml
oauth2/pom.xml
+2
-2
oauth2/pom.xml
pom.xml
+1
-1
pom.xml
project-core/pom.xml
+1
-1
project-core/pom.xml
secret-core/pom.xml
+1
-1
secret-core/pom.xml
task-core/pom.xml
+1
-1
task-core/pom.xml
trigger-core/pom.xml
+1
-1
trigger-core/pom.xml
ui/package.json
+1
-1
ui/package.json
user-core/pom.xml
+1
-1
user-core/pom.xml
worker-core/pom.xml
+1
-1
worker-core/pom.xml
workflow-core/pom.xml
+2
-2
workflow-core/pom.xml
with
40 additions
and
40 deletions
+40
-40
api/pom.xml
+
4
-
4
View file @
ec9e04b6
...
@@ -5,13 +5,13 @@
...
@@ -5,13 +5,13 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
api
</artifactId>
<artifactId>
api
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
<properties>
<properties>
<grpc.version>
1.36.0
</grpc.version>
<grpc.version>
1.36.0
</grpc.version>
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
application
</artifactId>
<artifactId>
application
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
oauth2
</artifactId>
<artifactId>
oauth2
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
application/pom.xml
+
3
-
3
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -15,13 +15,13 @@
...
@@ -15,13 +15,13 @@
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
infrastructure
</artifactId>
<artifactId>
infrastructure
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<!--oauth2依赖-->
<!--oauth2依赖-->
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
oauth2
</artifactId>
<artifactId>
oauth2
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
el/pom.xml
+
2
-
2
View file @
ec9e04b6
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<artifactId>
el
</artifactId>
<artifactId>
el
</artifactId>
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
workflow-core
</artifactId>
<artifactId>
workflow-core
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
embedded-worker/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
event/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<artifactId>
event
</artifactId>
<artifactId>
event
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
external-parameter-core/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
git-repo-core/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<artifactId>
git-repo-core
</artifactId>
<artifactId>
git-repo-core
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
infrastructure/pom.xml
+
14
-
14
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -15,67 +15,67 @@
...
@@ -15,67 +15,67 @@
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
project-core
</artifactId>
<artifactId>
project-core
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
node-definition
</artifactId>
<artifactId>
node-definition
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
workflow-core
</artifactId>
<artifactId>
workflow-core
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
el
</artifactId>
<artifactId>
el
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
task-core
</artifactId>
<artifactId>
task-core
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
secret-core
</artifactId>
<artifactId>
secret-core
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
user-core
</artifactId>
<artifactId>
user-core
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
trigger-core
</artifactId>
<artifactId>
trigger-core
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
worker-core
</artifactId>
<artifactId>
worker-core
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
external-parameter-core
</artifactId>
<artifactId>
external-parameter-core
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
embedded-worker
</artifactId>
<artifactId>
embedded-worker
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
git-repo-core
</artifactId>
<artifactId>
git-repo-core
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
event
</artifactId>
<artifactId>
event
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<!--For JWT-->
<!--For JWT-->
...
...
This diff is collapsed.
Click to expand it.
node-definition/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
oauth2/pom.xml
+
2
-
2
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
infrastructure
</artifactId>
<artifactId>
infrastructure
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
<modules>
<modules>
<module>
application
</module>
<module>
application
</module>
<module>
infrastructure
</module>
<module>
infrastructure
</module>
...
...
This diff is collapsed.
Click to expand it.
project-core/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
secret-core/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
task-core/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
trigger-core/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
ui/package.json
+
1
-
1
View file @
ec9e04b6
{
{
"name"
:
"jianmu-ci-ui"
,
"name"
:
"jianmu-ci-ui"
,
"version"
:
"1.1.
0
-gitlink"
,
"version"
:
"1.1.
1
-gitlink"
,
"repository"
:
"https://gitee.com/jianmu-dev/jianmu.git"
,
"repository"
:
"https://gitee.com/jianmu-dev/jianmu.git"
,
"license"
:
"MulanPubL-2.0"
,
"license"
:
"MulanPubL-2.0"
,
"scripts"
:
{
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
user-core/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
worker-core/pom.xml
+
1
-
1
View file @
ec9e04b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
workflow-core/pom.xml
+
2
-
2
View file @
ec9e04b6
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<parent>
<parent>
<artifactId>
main
</artifactId>
<artifactId>
main
</artifactId>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</parent>
</parent>
<artifactId>
workflow-core
</artifactId>
<artifactId>
workflow-core
</artifactId>
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<dependency>
<dependency>
<groupId>
dev.jianmu
</groupId>
<groupId>
dev.jianmu
</groupId>
<artifactId>
event
</artifactId>
<artifactId>
event
</artifactId>
<version>
1.1.
0
-gitlink
</version>
<version>
1.1.
1
-gitlink
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.junit.jupiter
</groupId>
<groupId>
org.junit.jupiter
</groupId>
...
...
This diff is collapsed.
Click to expand it.
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