Skip to content

Commit

Permalink
Merge pull request #2 from TEIC/feature/java-11
Browse files Browse the repository at this point in the history
Feature/java 11
  • Loading branch information
anneferger committed Feb 9, 2022
2 parents cc571c9 + a82a4d2 commit 9d477ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.tei</groupId>
<artifactId>tei-javalib</artifactId>
<version>0.5</version>
<version>0.6</version>
<name>TEI Javalib utilities</name>
<properties>

Expand All @@ -14,8 +14,8 @@
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
<url>/multiprojects/tei-javalib</url>
<description>javalib - utilities for processing TEI</description>
Expand All @@ -41,7 +41,7 @@
<organization>Oxford University</organization>
</developer>
</developers>
<reporting>
<!--<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -81,18 +81,18 @@
</configuration>
</plugin>
</plugins>
</reporting>
</reporting>-->
<dependencies>
<dependency>
<groupId>pl.psnc.dl.ege</groupId>
<artifactId>ege-api</artifactId>
<version>0.2.1</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>pl.psnc.dl.ege</groupId>
<artifactId>ege-framework</artifactId>
<version>0.3</version>
<version>0.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9d477ef

Please sign in to comment.