Skip to content

Commit

Permalink
Merge pull request openhab#603 from kaikreuzer/fix-tp
Browse files Browse the repository at this point in the history
fixes tp resolution problem
  • Loading branch information
kaikreuzer committed Jan 10, 2016
2 parents ba51dc1 + 1cf02bd commit b35ce6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<esh.version>0.8.0.b2</esh.version>
<shk.version>1.2</shk.version>
<ohc.version>2.0.0.a4</ohc.version>
<tp.version>2.0.0-SNAPSHOT</tp.version>
<karaf.version>4.0.3</karaf.version>
<karaf.maven.plugin.version>4.0.3</karaf.maven.plugin.version>
<karaf.features.version>4.0.3</karaf.features.version>
Expand Down Expand Up @@ -85,9 +86,9 @@
<pomDependencies>consider</pomDependencies>
<target>
<artifact>
<groupId>org.openhab</groupId>
<groupId>org.openhab.distro</groupId>
<artifactId>targetplatform</artifactId>
<version>${project.version}</version>
<version>${tp.version}</version>
<classifier>openhab</classifier>
</artifact>
</target>
Expand Down

0 comments on commit b35ce6c

Please sign in to comment.