Skip to content

Commit 26522d2

Browse files
committed
pom.xml changes for v0.4 customization added
1 parent 6485efc commit 26522d2

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

pom.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4-
<parent>
5-
<artifactId>ege</artifactId>
6-
<groupId>pl.psnc.dl.ege</groupId>
7-
<version>0.5.0</version>
8-
</parent>
94
<groupId>pl.psnc.dl.ege</groupId>
105
<artifactId>ege-framework</artifactId>
11-
<version>0.3</version>
6+
<version>0.4</version>
127
<name>EGE Framework</name>
138
<properties>
149

@@ -88,6 +83,16 @@
8883
</roles>
8984
<organization>PSNC</organization>
9085
</developer>
86+
<developer>
87+
<id>roewenstrunk</id>
88+
<name>Daniel Röwenstrunk</name>
89+
<email>roewenstrunk@uni-paderborn.de</email>
90+
<roles>
91+
<role>Stakeholder</role>
92+
<role>Developer</role>
93+
</roles>
94+
<organization>Paderborn University</organization>
95+
</developer>
9196
</developers>
9297
<reporting>
9398
<plugins>
@@ -139,7 +144,7 @@
139144
<dependency>
140145
<groupId>pl.psnc.dl.ege</groupId>
141146
<artifactId>ege-api</artifactId>
142-
<version>0.2.1</version>
147+
<version>0.3.0</version>
143148
<scope>compile</scope>
144149
</dependency>
145150
<dependency>

0 commit comments

Comments
 (0)