Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
parent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua
9 years ago
Commit
8f76f0844a8a737b7468bc0ca40377afb3c9440c
1 parent
7f6231dc
modify version
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
pom.xml
pom.xml
View file @
8f76f08
...
...
@@ -5,7 +5,7 @@
<groupId>
com.yoho
</groupId>
<artifactId>
parent
</artifactId>
<packaging>
pom
</packaging>
<version>
1.0.
1
-SNAPSHOT
</version>
<version>
1.0.
2
-SNAPSHOT
</version>
<name>
parent
</name>
<url>
http://maven.apache.org
</url>
<properties>
...
...
@@ -45,13 +45,13 @@
<dependency>
<groupId>
com.yoho.core
</groupId>
<artifactId>
yoho-core-rest-server
</artifactId>
<version>
${yoho.version}
</version>
<version>
1.0.2-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.yoho.core
</groupId>
<artifactId>
yoho-core-rest-client-simple
</artifactId>
<version>
${yoho.version}
</version>
<version>
1.0.2-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
Please
register
or
login
to post a comment