Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianshuqin
dc-common
Commits
3be17a56
Commit
3be17a56
authored
Mar 16, 2019
by
wutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
elastic-jobCD/CI
parent
4d90c8a3
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
Dockerfile
data-elastic-job/Dockerfile
+1
-1
RELEASE-NOTES.md
data-elastic-job/RELEASE-NOTES.md
+1
-1
pom.xml
data-elastic-job/elastic-job-lite-console/pom.xml
+1
-1
pom.xml
data-elastic-job/elastic-job-lite-core/pom.xml
+1
-1
pom.xml
data-elastic-job/elastic-job-lite-lifecycle/pom.xml
+1
-1
pom.xml
data-elastic-job/elastic-job-lite-spring/pom.xml
+1
-1
pom.xml
data-elastic-job/pom.xml
+1
-1
No files found.
data-elastic-job/Dockerfile
View file @
3be17a56
...
@@ -7,7 +7,7 @@ RUN apk add ca-certificates && \
...
@@ -7,7 +7,7 @@ RUN apk add ca-certificates && \
COPY
data-elastic-job /data-elastic-job
COPY
data-elastic-job /data-elastic-job
ENV
VERSION
3.0.0.M1
ENV
VERSION
2.1.5
ENV
CONSOLE_PATH /data-elastic-job/elastic-job-lite-console
ENV
CONSOLE_PATH /data-elastic-job/elastic-job-lite-console
ENV
ROOT_USERNAME root
ENV
ROOT_USERNAME root
ENV
ROOT_PASSWORD root
ENV
ROOT_PASSWORD root
...
...
data-elastic-job/RELEASE-NOTES.md
View file @
3be17a56
##
3.0.0.M1
##
2.1.5
### 缺陷修正
### 缺陷修正
...
...
data-elastic-job/elastic-job-lite-console/pom.xml
View file @
3be17a56
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<parent>
<parent>
<groupId>
io.elasticjob
</groupId>
<groupId>
io.elasticjob
</groupId>
<artifactId>
elastic-job-lite
</artifactId>
<artifactId>
elastic-job-lite
</artifactId>
<version>
3.0.0.M1-SNAPSHOT
</version>
<version>
2.1.5
</version>
</parent>
</parent>
<artifactId>
elastic-job-lite-console
</artifactId>
<artifactId>
elastic-job-lite-console
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
data-elastic-job/elastic-job-lite-core/pom.xml
View file @
3be17a56
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<parent>
<parent>
<groupId>
io.elasticjob
</groupId>
<groupId>
io.elasticjob
</groupId>
<artifactId>
elastic-job-lite
</artifactId>
<artifactId>
elastic-job-lite
</artifactId>
<version>
3.0.0.M1-SNAPSHOT
</version>
<version>
2.1.5
</version>
</parent>
</parent>
<artifactId>
elastic-job-lite-core
</artifactId>
<artifactId>
elastic-job-lite-core
</artifactId>
<name>
${project.artifactId}
</name>
<name>
${project.artifactId}
</name>
...
...
data-elastic-job/elastic-job-lite-lifecycle/pom.xml
View file @
3be17a56
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<artifactId>
elastic-job-lite
</artifactId>
<artifactId>
elastic-job-lite
</artifactId>
<groupId>
io.elasticjob
</groupId>
<groupId>
io.elasticjob
</groupId>
<version>
3.0.0.M1-SNAPSHOT
</version>
<version>
2.1.5
</version>
</parent>
</parent>
<artifactId>
elastic-job-lite-lifecycle
</artifactId>
<artifactId>
elastic-job-lite-lifecycle
</artifactId>
<name>
${project.artifactId}
</name>
<name>
${project.artifactId}
</name>
...
...
data-elastic-job/elastic-job-lite-spring/pom.xml
View file @
3be17a56
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<parent>
<parent>
<groupId>
io.elasticjob
</groupId>
<groupId>
io.elasticjob
</groupId>
<artifactId>
elastic-job-lite
</artifactId>
<artifactId>
elastic-job-lite
</artifactId>
<version>
3.0.0.M1-SNAPSHOT
</version>
<version>
2.1.5
</version>
</parent>
</parent>
<artifactId>
elastic-job-lite-spring
</artifactId>
<artifactId>
elastic-job-lite-spring
</artifactId>
<name>
${project.artifactId}
</name>
<name>
${project.artifactId}
</name>
...
...
data-elastic-job/pom.xml
View file @
3be17a56
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
io.elasticjob
</groupId>
<groupId>
io.elasticjob
</groupId>
<artifactId>
elastic-job-lite
</artifactId>
<artifactId>
elastic-job-lite
</artifactId>
<version>
3.0.0.M1-SNAPSHOT
</version>
<version>
2.1.5
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
${project.artifactId}
</name>
<name>
${project.artifactId}
</name>
<description>
Elastic-Job - distributed scheduled job solution
</description>
<description>
Elastic-Job - distributed scheduled job solution
</description>
...
...
Write
Preview
Markdown
is supported
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