Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ec627810
authored
Jul 31, 2018
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix version and bump restpojo -version
1 parent
08fe2fd8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
code/moya-restpojo/pom.xml
code/moya-web/pom.xml
code/moya-restpojo/pom.xml
View file @
ec62781
...
...
@@ -4,7 +4,7 @@
<artifactId>
moya-restpojo
</artifactId>
<!-- This is set here on purpose, so that remote dependencies do not break
If this is updated. remember to update also version in moya-web -->
<version>
1.2.
4
</version>
<version>
1.2.
6
</version>
<distributionManagement>
<downloadUrl>
http://codecrew.fi/mvn
</downloadUrl>
<repository>
...
...
@@ -48,8 +48,14 @@
<dependency>
<groupId>
io.swagger.core.v3
</groupId>
<artifactId>
swagger-annotations
</artifactId>
<version>
${swaggerv3.version}
</version>
<version>
2.0.2
</version>
</dependency>
<dependency>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
<version>
2.2.4
</version>
</dependency>
</dependencies>
<parent>
...
...
code/moya-web/pom.xml
View file @
ec62781
...
...
@@ -43,7 +43,7 @@
<dependency>
<groupId>
fi.codecrew.moya
</groupId>
<artifactId>
moya-restpojo
</artifactId>
<version>
1.2.
4
</version>
<version>
1.2.
6
</version>
</dependency>
<dependency>
<groupId>
org.ocpsoft.rewrite
</groupId>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment