Skip to content

Commit

Permalink
Merge pull request #2 from Edirom/feature/update-dependencies
Browse files Browse the repository at this point in the history
Feature/update dependencies
  • Loading branch information
anneferger authored Feb 14, 2022
2 parents b453433 + 7ff083d commit 46e4c90
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>de.edirom.meigarage</groupId>
<artifactId>mei-customization</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>

<properties>

Expand All @@ -22,8 +22,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/mei-customization</url>
Expand All @@ -46,7 +46,7 @@
<organization>Paderborn University</organization>
</developer>
</developers>
<reporting>
<!--<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -86,18 +86,18 @@
</configuration>
</plugin>
</plugins>
</reporting>
</reporting>-->
<dependencies>
<dependency>
<groupId>pl.psnc.dl.ege</groupId>
<artifactId>ege-api</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>pl.psnc.dl.ege</groupId>
<artifactId>ege-framework</artifactId>
<version>0.4</version>
<version>0.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -108,13 +108,13 @@
<dependency>
<groupId>org.tei</groupId>
<artifactId>tei-javalib</artifactId>
<version>0.5</version>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.2</version>
<version>1.10.12</version>
</dependency>
</dependencies>
<repositories>
Expand All @@ -136,7 +136,7 @@
</repositories>
<distributionManagement>
<repository>
<id>github</id>
<id>githubedirom</id>
<name>GitHub Edirom Apache Maven Packages</name>
<url>https://maven.pkg.github.com/edirom/mei-customization</url>
</repository>
Expand Down

0 comments on commit 46e4c90

Please sign in to comment.