Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
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
ARSnova
ARSnova Backend
Commits
464c7403
There was a problem fetching the latest pipeline status.
Commit
464c7403
authored
8 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Bump Maven dependencies and plugins
parent
6ea76d79
1 merge request
!24
Freetext Checker improvements
Pipeline
#2062
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+5
-5
5 additions, 5 deletions
pom.xml
with
5 additions
and
5 deletions
pom.xml
+
5
−
5
View file @
464c7403
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<io.spring.platform-version>
2.0.
3
.RELEASE
</io.spring.platform-version>
<io.spring.platform-version>
2.0.
4
.RELEASE
</io.spring.platform-version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<timestamp>
${maven.build.timestamp}
</timestamp>
<timestamp>
${maven.build.timestamp}
</timestamp>
<sonar.language>
java
</sonar.language>
<sonar.language>
java
</sonar.language>
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
<dependency>
<dependency>
<groupId>
cglib
</groupId>
<groupId>
cglib
</groupId>
<artifactId>
cglib
</artifactId>
<artifactId>
cglib
</artifactId>
<version>
3.2.
1
</version>
<version>
3.2.
2
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
...
@@ -325,7 +325,7 @@
...
@@ -325,7 +325,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.1
5
.v20160
210
</version>
<version>
9.2.1
6
.v20160
414
</version>
<configuration>
<configuration>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<webApp>
<webApp>
...
@@ -347,7 +347,7 @@
...
@@ -347,7 +347,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-site-plugin
</artifactId>
<artifactId>
maven-site-plugin
</artifactId>
<version>
3.5
</version>
<version>
3.5
.1
</version>
<configuration>
<configuration>
<locales>
en
</locales>
<locales>
en
</locales>
</configuration>
</configuration>
...
@@ -355,7 +355,7 @@
...
@@ -355,7 +355,7 @@
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
sonar-maven-plugin
</artifactId>
<artifactId>
sonar-maven-plugin
</artifactId>
<version>
3.0.
1
</version>
<version>
3.0.
2
</version>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
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