Skip to content

Commit

Permalink
Update project to version 0.1.3. Update dependencies to the latest ve…
Browse files Browse the repository at this point in the history
…rsion.
  • Loading branch information
kvb2univpitt committed Oct 6, 2015
1 parent 9109ac5 commit 32b4b01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

<groupId>edu.pitt.dbmi</groupId>
<artifactId>ccd-job-queue</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<name>ccd-job-queue</name>
<description>Center for Causal Discovery Desktop-version Job Queue Manager Application</description>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.5.RELEASE</version>
<version>1.2.6.RELEASE</version>
</parent>

<properties>
Expand All @@ -26,13 +26,13 @@
<dependency>
<groupId>edu.pitt.dbmi</groupId>
<artifactId>ccd-db</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
</dependency>

<dependency>
<groupId>edu.pitt.dbmi</groupId>
<artifactId>ccd-commons</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>

<dependency>
Expand All @@ -51,4 +51,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 32b4b01

Please sign in to comment.