Skip to content

Commit

Permalink
18: Deploy to JFrog Snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Feb 24, 2016
1 parent 2f1fd6c commit 9f33c16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<modelVersion>4.0.0</modelVersion>
<groupId>tec.uom.client</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<artifactId>uom-fitbit</artifactId>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion uom-fitbit-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tec.uom.client</groupId>
<artifactId>uom-fitbit</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>uom-fitbit-api</artifactId>
<name>Units of Measurement for Fitbit API</name>
Expand Down
2 changes: 1 addition & 1 deletion uom-fitbit-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>tec.uom.client</groupId>
<artifactId>uom-fitbit</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>uom-fitbit-cdi</artifactId>
<name>Units of Measurement for Fitbit CDI Implementation</name>
Expand Down

0 comments on commit 9f33c16

Please sign in to comment.