Skip to content

Commit

Permalink
update some version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Jul 2, 2016
1 parent 2ae3bd7 commit 18e8e5e
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
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<properties>
<cytoscape.api.version>3.1.1</cytoscape.api.version>
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
<cytoscape.api.version>3.4.0</cytoscape.api.version>
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
<maven-bundle-plugin.version>2.4.0</maven-bundle-plugin.version>
<osgi.api.version>4.2.0</osgi.api.version>
<bundle.symbolicName>org.cytoscape.keggscape</bundle.symbolicName>
Expand All @@ -24,7 +24,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.8.3</version>
<version>0.12.3</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -52,8 +52,8 @@
<configuration>
<!-- These options indicate the source code is Java 1.6-compliant and
the resulting class files should be Java 1.6-compatible. -->
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 18e8e5e

Please sign in to comment.