Skip to content

Commit

Permalink
Fix sos/do/res-binding dependency versions:
Browse files Browse the repository at this point in the history
- use 4.0.1/0.1.2/0.1.2 instead of wrong SNAPSHOT versions 4.1.0-SNAPSHOT/0.2.0-SNAPSHOT/0.2.0-SNAPSHOT
  • Loading branch information
CarstenHollmann committed Jun 17, 2014
1 parent 4660de5 commit b9b1e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
<!-- <n52.oxf.version>2.0.0-alpha.4</n52.oxf.version> -->
<!-- managed dependencies with ${project.version} will be wrong in submodules
with different versions -->
<sos.version>4.1.0-SNAPSHOT</sos.version>
<do.version>0.2.0-SNAPSHOT</do.version>
<rest-binding.version>0.2.0-SNAPSHOT</rest-binding.version>
<sos.version>4.0.1</sos.version>
<do.version>0.1.2</do.version>
<rest-binding.version>0.1.2</rest-binding.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit b9b1e0d

Please sign in to comment.