Skip to content

Commit

Permalink
Merge pull request #3 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 6d5286d + 6b515a9 commit 1736e9a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.edirom.meigarage</groupId>
<artifactId>mei-validator</artifactId>
<version>0.1</version>
<version>0.2</version>

<name>MEI Validator</name>
<properties>
Expand All @@ -16,8 +16,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-validator</url>
<description>
Expand All @@ -44,7 +44,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>
<version>3.3.0</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/dist.xml</descriptor>
Expand All @@ -55,7 +55,7 @@
</plugin>
</plugins>
</build>
<reporting>
<!--<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -95,30 +95,30 @@
</configuration>
</plugin>
</plugins>
</reporting>
</reporting>-->
<dependencies>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
<version>2.0.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<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>
</dependencies>
Expand All @@ -141,7 +141,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-validator</url>
</repository>
Expand Down

0 comments on commit 1736e9a

Please sign in to comment.