Skip to content

Commit

Permalink
Updated the pom.xml files to the recent version 1.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
Change-Id: I5bb37d9d67844d5ebf3f9b1387df760ae7a85fa3
Signed-off-by: d061465 <[email protected]>
  • Loading branch information
d061465 committed Apr 22, 2014
1 parent eaf4097 commit 9eb1ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions org.sopeco.service.example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.sopeco.service.example</groupId>
<artifactId>org.sopeco.service.example</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>org.sopeco.service.example</name>

<!-- ================PROPERTIES================= -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sopeco.service.version>1.0.0</sopeco.service.version>
<sopeco.service.version>1.0.1-SNAPSHOT</sopeco.service.version>
<org.glassfish.jersey.core.version>2.7</org.glassfish.jersey.core.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion org.sopeco.service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.sopeco.service</groupId>
<artifactId>org.sopeco.service</artifactId>
<packaging>war</packaging>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<name>Software Performance Cockpit - Service</name>

<!-- ================PROPERTIES================= -->
Expand Down

0 comments on commit 9eb1ded

Please sign in to comment.