Skip to content

Commit

Permalink
pom.xml changes for v0.4 customization added
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Jun 21, 2021
1 parent 6485efc commit 26522d2
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
<?xml version="1.0" encoding="UTF-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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>ege</artifactId>
<groupId>pl.psnc.dl.ege</groupId>
<version>0.5.0</version>
</parent>
<groupId>pl.psnc.dl.ege</groupId>
<artifactId>ege-framework</artifactId>
<version>0.3</version>
<version>0.4</version>
<name>EGE Framework</name>
<properties>

Expand Down Expand Up @@ -88,6 +83,16 @@
</roles>
<organization>PSNC</organization>
</developer>
<developer>
<id>roewenstrunk</id>
<name>Daniel Röwenstrunk</name>
<email>[email protected]</email>
<roles>
<role>Stakeholder</role>
<role>Developer</role>
</roles>
<organization>Paderborn University</organization>
</developer>
</developers>
<reporting>
<plugins>
Expand Down Expand Up @@ -139,7 +144,7 @@
<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>
Expand Down

0 comments on commit 26522d2

Please sign in to comment.