Skip to content

Commit c1e7f3e

Browse files
Merge pull request #2 from RUB-NDS/restructuring
Restructuring
2 parents ac42aac + 37b84ba commit c1e7f3e

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

pom.xml

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,33 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.rub.nds</groupId>
55
<artifactId>ModifiableVariable</artifactId>
6-
<version>2.0Beta2</version>
6+
<version>2.0</version>
77
<packaging>jar</packaging>
8+
<developers>
9+
<developer>
10+
<id>jsomorovsky</id>
11+
<name>Juraj Somorovsky</name>
12+
<email>Juraj.Somorovsky@rub.de</email>
13+
<url>http://www.nds.rub.de/</url>
14+
<organization>NDS</organization>
15+
<organizationUrl>http://www.nds.rub.de</organizationUrl>
16+
<roles>
17+
<role>Architect</role>
18+
<role>Developer</role>
19+
</roles>
20+
</developer>
21+
<developer>
22+
<id>ic0ns</id>
23+
<name>Robert Merget</name>
24+
<email>robert.merget@rub.de</email>
25+
<url>http://www.nds.rub.de/</url>
26+
<organization>NDS</organization>
27+
<organizationUrl>http://www.nds.rub.de</organizationUrl>
28+
<roles>
29+
<role>Developer</role>
30+
</roles>
31+
</developer>
32+
</developers>
833
<dependencies>
934
<dependency>
1035
<groupId>junit</groupId>
@@ -15,12 +40,12 @@
1540
<dependency>
1641
<groupId>org.apache.logging.log4j</groupId>
1742
<artifactId>log4j-api</artifactId>
18-
<version>2.7</version>
43+
<version>2.8.2</version>
1944
</dependency>
2045
<dependency>
2146
<groupId>org.apache.logging.log4j</groupId>
2247
<artifactId>log4j-core</artifactId>
23-
<version>2.7</version>
48+
<version>2.8.2</version>
2449
</dependency>
2550
</dependencies>
2651
<properties>

src/main/java/de/rub/nds/modifiablevariable/util/tests/IntegrationTest.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)