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
11d5fa704cfb4aa0f62340af2008fe913f30d19f
1 parent
8f76f084
update to 1.0.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
8 deletions
pom.xml
pom.xml
View file @
11d5fa7
...
...
@@ -20,6 +20,8 @@
<logback.version>
1.0.13
</logback.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<yoho.version>
1.0.1-SNAPSHOT
</yoho.version>
<yoho.model.version>
1.0.2-SNAPSHOT
</yoho.model.version>
</properties>
<dependencyManagement>
<dependencies>
...
...
@@ -77,46 +79,53 @@
<dependency>
<groupId>
com.yoho.service.model
</groupId>
<artifactId>
sns-service-model
</artifactId>
<version>
${yoho.version}
</version>
<version>
${yoho.
model.
version}
</version>
</dependency>
<dependency>
<groupId>
com.yoho.service.model
</groupId>
<artifactId>
resource-service-model
</artifactId>
<version>
${yoho.version}
</version>
<version>
${yoho.
model.
version}
</version>
</dependency>
<dependency>
<groupId>
com.yoho.service.model
</groupId>
<artifactId>
promotion-service-model
</artifactId>
<version>
${yoho.version}
</version>
<version>
${yoho.
model.
version}
</version>
</dependency>
<dependency>
<groupId>
com.yoho.service.model
</groupId>
<artifactId>
users-service-model
</artifactId>
<version>
${yoho.version}
</version>
<version>
${yoho.
model.
version}
</version>
</dependency>
<dependency>
<groupId>
com.yoho.service.model
</groupId>
<artifactId>
product-service-model
</artifactId>
<version>
${yoho.version}
</version>
<version>
${yoho.
model.
version}
</version>
</dependency>
<dependency>
<groupId>
com.yoho.service.model
</groupId>
<artifactId>
order-service-model
</artifactId>
<version>
${yoho.version}
</version>
<version>
${yoho.
model.
version}
</version>
</dependency>
<dependency>
<groupId>
com.yoho.service.model
</groupId>
<artifactId>
message-service-model
</artifactId>
<version>
${yoho.version}
</version>
<version>
${yoho.
model.
version}
</version>
</dependency>
<dependency>
<groupId>
com.yoho.service.model
</groupId>
<artifactId>
profile-service-model
</artifactId>
<version>
${yoho.version}
</version>
<version>
${yoho.
model.
version}
</version>
</dependency>
<dependency>
<groupId>
com.yoho.service.model
</groupId>
<artifactId>
union-service-model
</artifactId>
<version>
${yoho.model.version}
</version>
</dependency>
<!-- ************************ end yoho 公共包 ****************************** -->
...
...
Please
register
or
login
to post a comment