Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Updated all POMs to use version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sensiasoft committed Mar 29, 2015
1 parent c8df2ee commit a260d5d
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 45 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/sensorhub-api-weather/
/sensorhub-webui-charts/
/sensorhub-webui-sensorml/
2 changes: 1 addition & 1 deletion sensorhub-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<packaging>pom</packaging>
<name>SensorHub</name>
<url>http://code.google.com/p/sensorhub/</url>
Expand Down Expand Up @@ -104,4 +103,5 @@
</plugin>
</plugins>
</build>
<version>1.0</version>
</project>
14 changes: 7 additions & 7 deletions sensorhub-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
</parent>
<artifactId>sensorhub-app</artifactId>
<name>Main SensorHub application</name>
Expand All @@ -22,25 +22,25 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-service-swe</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-storage-perst</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
Expand All @@ -67,12 +67,12 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-webui-core</artifactId>
<version>0.5</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-tools</artifactId>
<version>0.5</version>
<version>1.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions sensorhub-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
<relativePath>../sensorhub-all/pom.xml</relativePath>
</parent>
<artifactId>sensorhub-core</artifactId>
Expand Down Expand Up @@ -81,4 +81,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions sensorhub-driver-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
<relativePath>../sensorhub-all/pom.xml</relativePath>
</parent>
<artifactId>sensorhub-driver-android</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions sensorhub-driver-axis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
</parent>
<artifactId>sensorhub-driver-axis</artifactId>
<packaging>bundle</packaging>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sensorhub-driver-fakecam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
</parent>
<artifactId>sensorhub-driver-fakecam</artifactId>
<version>0.1</version>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sensorhub-driver-fakegps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
</parent>
<artifactId>sensorhub-driver-fakegps</artifactId>
<version>0.1</version>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions sensorhub-driver-fakeweather/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
</parent>
<artifactId>sensorhub-driver-fakeweather</artifactId>
<version>0.1</version>
<name>SensorHub Fake Weather Station</name>
<description>Generates random increases and decreases in temp, pressure, wind speed, and direction</description>
<dependencies>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
</dependencies>
<version>0.1</version>
</project>
5 changes: 3 additions & 2 deletions sensorhub-driver-v4l/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
<relativePath>../sensorhub-all/pom.xml</relativePath>
</parent>
<artifactId>sensorhub-driver-v4l</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>au.edu.jcu</groupId>
Expand All @@ -39,4 +39,5 @@
</plugin>
</plugins>
</build>
<version>0.1</version>
</project>
6 changes: 3 additions & 3 deletions sensorhub-service-swe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
<relativePath>../sensorhub-all/pom.xml</relativePath>
</parent>
<artifactId>sensorhub-service-swe</artifactId>
Expand All @@ -27,13 +27,13 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions sensorhub-storage-perst/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
<relativePath>../sensorhub-all/pom.xml</relativePath>
</parent>
<artifactId>sensorhub-storage-perst</artifactId>
Expand All @@ -14,13 +14,13 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<scope>provided</scope>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
12 changes: 6 additions & 6 deletions sensorhub-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-webui-core</artifactId>
<version>0.5</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-service-swe</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-storage-perst</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-driver-v4l</artifactId>
<version>0.5</version>
<version>0.1</version>
<type>bundle</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -72,6 +72,6 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
</parent>
</project>
7 changes: 3 additions & 4 deletions sensorhub-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
</parent>
<artifactId>sensorhub-tools</artifactId>
<version>0.5</version>
<name>SensorHub Admin Tools</name>
<description>Administration tools for SensorHub </description>
<dependencies>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-storage-perst</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
Expand Down
22 changes: 17 additions & 5 deletions sensorhub-webui-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-all</artifactId>
<version>0.5</version>
<version>1.0</version>
<relativePath>../sensorhub-all/pom.xml</relativePath>
</parent>
<artifactId>sensorhub-webui-core</artifactId>
Expand All @@ -13,23 +13,35 @@
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>0.5</version>
<version>1.0</version>
<type>bundle</type>
</dependency>
<dependency>
<groupId>org.sensorhub</groupId>
<artifactId>sensorhub-core</artifactId>
<version>1.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-server</artifactId>
<version>7.3.10</version>
<version>7.4.0</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-push</artifactId>
<version>7.4.0</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-client-compiled</artifactId>
<version>7.3.10</version>
<version>7.4.0</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-themes</artifactId>
<version>7.3.10</version>
<version>7.4.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit a260d5d

Please sign in to comment.