Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
Paul-Christian Volkmer
ARSnova Backend
Commits
083b944a
Commit
083b944a
authored
10 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Plain Diff
Merge branch '2.1'
Conflicts: pom.xml
parents
d2220a39
a0a7eb27
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+6
-6
6 additions, 6 deletions
pom.xml
with
6 additions
and
6 deletions
pom.xml
+
6
−
6
View file @
083b944a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<properties>
<properties>
<org.springframework-version>
4.0.9.RELEASE
</org.springframework-version>
<org.springframework-version>
4.0.9.RELEASE
</org.springframework-version>
<org.springframework.security-version>
3.2.
5
.RELEASE
</org.springframework.security-version>
<org.springframework.security-version>
3.2.
6
.RELEASE
</org.springframework.security-version>
<org.springframework.integration-mail-version>
4.0.6.RELEASE
</org.springframework.integration-mail-version>
<org.springframework.integration-mail-version>
4.0.6.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>
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,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.
1
</version>
<version>
2.10.
2
</version>
<configuration></configuration>
<configuration></configuration>
</plugin>
</plugin>
</plugins>
</plugins>
...
@@ -262,7 +262,7 @@
...
@@ -262,7 +262,7 @@
<dependency>
<dependency>
<groupId>
com.corundumstudio.socketio
</groupId>
<groupId>
com.corundumstudio.socketio
</groupId>
<artifactId>
netty-socketio
</artifactId>
<artifactId>
netty-socketio
</artifactId>
<version>
1.7.
6
</version>
<version>
1.7.
7
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax.inject
</groupId>
<groupId>
javax.inject
</groupId>
...
@@ -350,7 +350,7 @@
...
@@ -350,7 +350,7 @@
<plugin>
<plugin>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
<artifactId>
jetty-maven-plugin
</artifactId>
<version>
9.2.
7
.v20150
116
</version>
<version>
9.2.
10
.v20150
310
</version>
<configuration>
<configuration>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<webApp>
<webApp>
...
@@ -389,7 +389,7 @@
...
@@ -389,7 +389,7 @@
<plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.7.
2
.201
409121644
</version>
<version>
0.7.
4
.201
502262128
</version>
<executions>
<executions>
<execution>
<execution>
<id>
default-prepare-agent
</id>
<id>
default-prepare-agent
</id>
...
@@ -414,7 +414,7 @@
...
@@ -414,7 +414,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.1
3
</version>
<version>
2.1
4
</version>
<configuration>
<configuration>
<configLocation>
ARSnova-checkstyle-checker.xml
</configLocation>
<configLocation>
ARSnova-checkstyle-checker.xml
</configLocation>
</configuration>
</configuration>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment