Skip to content
Snippets Groups Projects
Commit 312f1ca4 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Merge branch '2.1'

Conflicts:
	pom.xml
parents ec7b9b04 98b6f6d7
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<properties> <properties>
<!-- Tests currently fail with Spring Framework >= 4.1.5 --> <!-- Tests currently fail with Spring Framework >= 4.1.5 -->
<org.springframework-version>4.1.4.RELEASE</org.springframework-version> <org.springframework-version>4.1.4.RELEASE</org.springframework-version>
<org.springframework.security-version>3.2.6.RELEASE</org.springframework.security-version> <org.springframework.security-version>3.2.7.RELEASE</org.springframework.security-version>
<org.springframework.integration-mail-version>4.1.2.RELEASE</org.springframework.integration-mail-version> <org.springframework.integration-mail-version>4.1.2.RELEASE</org.springframework.integration-mail-version>
<com.fasterxml.jackson-version>2.5.1</com.fasterxml.jackson-version> <com.fasterxml.jackson-version>2.5.1</com.fasterxml.jackson-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.2</version> <version>2.10.3</version>
<configuration></configuration> <configuration></configuration>
</plugin> </plugin>
</plugins> </plugins>
...@@ -196,12 +196,12 @@ ...@@ -196,12 +196,12 @@
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>1.7.10</version> <version>1.7.12</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
<version>1.7.10</version> <version>1.7.12</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version> <version>3.3</version>
<configuration> <configuration>
<source>1.7</source> <source>1.7</source>
<target>1.7</target> <target>1.7</target>
...@@ -394,7 +394,7 @@ ...@@ -394,7 +394,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>2.14</version> <version>2.15</version>
<configuration> <configuration>
<configLocation>ARSnova-checkstyle-checker.xml</configLocation> <configLocation>ARSnova-checkstyle-checker.xml</configLocation>
</configuration> </configuration>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment