Skip to content

Commit

Permalink
Merge pull request #8 from bioinformatics-ua/version_240
Browse files Browse the repository at this point in the history
Update SDK 2.4.0
  • Loading branch information
Enet4 authored Jan 23, 2017
2 parents 6d144df + 96d630c commit b6651af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<groupId>pt.ua.dicoogle.demo</groupId>
<artifactId>dicoogle-plugin-sample</artifactId>
<name>dicoogle-plugin-sample</name>
<version>2.1.0</version>
<version>2.4.0</version>
<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dicoogle SDK version here -->
<dicoogle.version>2.1.0</dicoogle.version>
<dicoogle.version>2.4.0</dicoogle.version>

<!-- Jetty server version here -->
<jetty.version>9.0.3.v20130506</jetty.version>
Expand Down Expand Up @@ -43,8 +43,8 @@
<!-- For access to Java 8 capabilities, replace source
and target versions to 1.8
-->
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b6651af

Please sign in to comment.