Skip to content

Commit

Permalink
Merge pull request #31 from PeterMerkert/master
Browse files Browse the repository at this point in the history
Updated the pom.xml files to the recent version 1.0.1-SNAPSHOT
  • Loading branch information
Neevo Lima committed Apr 22, 2014
2 parents eaf4097 + 9eb1ded commit b1f9d71
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 b1f9d71

Please sign in to comment.