Skip to content

Commit

Permalink
updated to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-johnson committed Jun 28, 2013
1 parent 09e20e6 commit 6346294
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions cleanweb-dashboard/pom.xml
Expand Up @@ -4,10 +4,10 @@
<groupId>com.eurotech.cloud</groupId>
<artifactId>env-mon</artifactId>
<packaging>war</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.1</version>
<name>Environmental Monitoring Webapp</name>
<url>http://maven.apache.org</url>
<build>
<finalName>env-mon</finalName>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion edc-comet-gps/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.eurotech.cloud</groupId>
<artifactId>edc-example-comet-gps</artifactId>
<packaging>war</packaging>
<version>2.0.6.2</version>
<version>3.0.1</version>
<name>Comet GPS Webapp</name>
<url>http://maven.apache.org</url>

Expand Down
4 changes: 2 additions & 2 deletions edc-comet-gps/target/maven-archiver/pom.properties
@@ -1,5 +1,5 @@
#Generated by Maven
#Tue May 07 15:57:15 PDT 2013
version=2.0.6.2
#Fri Jun 28 16:42:44 PDT 2013
version=3.0.1
groupId=com.eurotech.cloud
artifactId=edc-example-comet-gps
6 changes: 3 additions & 3 deletions edc-java-client-gps/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>edc-examples</artifactId>
<groupId>edc-examples</groupId>
<version>2.0.6.2</version>
<version>3.0.1</version>
</parent>

<repositories>
Expand All @@ -25,7 +25,7 @@

<groupId>com.eurotech.cloud.examples</groupId>
<artifactId>edc-java-client-gps</artifactId>
<version>2.0.6.2</version>
<version>3.0.1</version>
<packaging>jar</packaging>

<name>edc-java-client-gps</name>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>com.eurotech.cloud</groupId>
<artifactId>edc-client</artifactId>
<version>2.0.6.2</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions edc-java-client/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>edc-examples</artifactId>
<groupId>edc-examples</groupId>
<version>2.0.6.2</version>
<version>3.0.1</version>
</parent>

<repositories>
Expand All @@ -25,7 +25,7 @@

<groupId>com.eurotech.cloud.examples</groupId>
<artifactId>edc-java-client</artifactId>
<version>2.0.6.2</version>
<version>3.0.1</version>
<packaging>jar</packaging>

<name>edc-java-client</name>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>com.eurotech.cloud</groupId>
<artifactId>edc-client</artifactId>
<version>2.0.6.2</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
8 changes: 4 additions & 4 deletions edc-rest-endpoint/pom.xml
Expand Up @@ -4,13 +4,13 @@
<groupId>com.eurotech.cloud.examples</groupId>
<artifactId>edc-rest-endpoint</artifactId>
<packaging>war</packaging>
<version>2.0.6.2</version>
<version>3.0.1</version>
<name>edc-rest-endpoint</name>

<parent>
<artifactId>edc-examples</artifactId>
<groupId>edc-examples</groupId>
<version>2.0.6.2</version>
<version>3.0.1</version>
</parent>

<repositories>
Expand All @@ -32,12 +32,12 @@
<dependency>
<groupId>com.eurotech.cloud</groupId>
<artifactId>edc-client</artifactId>
<version>2.0.6.2</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>com.eurotech.cloud</groupId>
<artifactId>edc-apis-client</artifactId>
<version>2.0.6.2</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
Expand Down
6 changes: 3 additions & 3 deletions edc-rest/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>edc-examples</artifactId>
<groupId>edc-examples</groupId>
<version>2.0.6.2</version>
<version>3.0.1</version>
</parent>

<repositories>
Expand All @@ -27,7 +27,7 @@

<groupId>com.eurotech.cloud.examples</groupId>
<artifactId>edc-rest</artifactId>
<version>2.0.6.2</version>
<version>3.0.1</version>
<packaging>jar</packaging>

<name>edc-rest</name>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>com.eurotech.cloud</groupId>
<artifactId>edc-apis-client</artifactId>
<version>2.0.6.2</version>
<version>3.0.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>edc-examples</groupId>
<artifactId>edc-examples</artifactId>
<version>2.0.6.2</version>
<version>3.0.1</version>
<packaging>pom</packaging>

<name>edc-examples</name>
Expand Down

0 comments on commit 6346294

Please sign in to comment.