Skip to content

Commit

Permalink
updated pom.xml with new ege versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Jul 14, 2021
1 parent 4080e52 commit b10ac3c
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
Expand Up @@ -2,11 +2,11 @@
<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/xsd/maven-4.0.0.xsd">
<parent>
<!-- <parent>
<artifactId>ege</artifactId>
<groupId>pl.psnc.dl.ege</groupId>
<version>0.5.0</version>
</parent>
</parent> -->
<modelVersion>4.0.0</modelVersion>

<groupId>de.edirom.meigarage</groupId>
Expand Down Expand Up @@ -91,13 +91,13 @@
<dependency>
<groupId>pl.psnc.dl.ege</groupId>
<artifactId>ege-api</artifactId>
<version>0.2.1</version>
<version>0.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>pl.psnc.dl.ege</groupId>
<artifactId>ege-framework</artifactId>
<version>0.3</version>
<version>0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -118,4 +118,4 @@
</dependency>
</dependencies>

</project>
</project>

0 comments on commit b10ac3c

Please sign in to comment.