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
e5dac79d
There was a problem fetching the pipeline stages.
Commit
e5dac79d
authored
8 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Bump Maven dependencies and plugins
parent
7a6c069c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!24
Freetext Checker improvements
Pipeline
#1249
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+11
-11
11 additions, 11 deletions
pom.xml
with
11 additions
and
11 deletions
pom.xml
+
11
−
11
View file @
e5dac79d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<io.spring.platform-version>
2.0.
2
.RELEASE
</io.spring.platform-version>
<io.spring.platform-version>
2.0.
3
.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>
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-project-info-reports-plugin
</artifactId>
<artifactId>
maven-project-info-reports-plugin
</artifactId>
<version>
2.
8.1
</version>
<version>
2.
9
</version>
<configuration>
<configuration>
<dependencyLocationsEnabled>
false
</dependencyLocationsEnabled>
<dependencyLocationsEnabled>
false
</dependencyLocationsEnabled>
<dependencyDetailsEnabled>
false
</dependencyDetailsEnabled>
<dependencyDetailsEnabled>
false
</dependencyDetailsEnabled>
...
@@ -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.
0
</version>
<version>
3.2.
1
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
...
@@ -226,7 +226,7 @@
...
@@ -226,7 +226,7 @@
<dependency>
<dependency>
<groupId>
com.corundumstudio.socketio
</groupId>
<groupId>
com.corundumstudio.socketio
</groupId>
<artifactId>
netty-socketio
</artifactId>
<artifactId>
netty-socketio
</artifactId>
<version>
1.7.
9
</version>
<version>
1.7.
10
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax.inject
</groupId>
<groupId>
javax.inject
</groupId>
...
@@ -290,7 +290,7 @@
...
@@ -290,7 +290,7 @@
<dependency>
<dependency>
<groupId>
io.swagger
</groupId>
<groupId>
io.swagger
</groupId>
<artifactId>
swagger-annotations
</artifactId>
<artifactId>
swagger-annotations
</artifactId>
<version>
1.5.
7
</version>
<version>
1.5.
8
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
@@ -316,7 +316,7 @@
...
@@ -316,7 +316,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.5
</version>
<version>
3.5
.1
</version>
<configuration>
<configuration>
<source>
1.7
</source>
<source>
1.7
</source>
<target>
1.7
</target>
<target>
1.7
</target>
...
@@ -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
4
.v201
51
10
6
</version>
<version>
9.2.1
5
.v201
602
10
</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.
4
</version>
<version>
3.
5
</version>
<configuration>
<configuration>
<locales>
en
</locales>
<locales>
en
</locales>
</configuration>
</configuration>
...
@@ -365,7 +365,7 @@
...
@@ -365,7 +365,7 @@
<plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.7.
5
.201
505241946
</version>
<version>
0.7.
6
.201
602180812
</version>
<executions>
<executions>
<execution>
<execution>
<id>
default-prepare-agent
</id>
<id>
default-prepare-agent
</id>
...
@@ -413,7 +413,7 @@
...
@@ -413,7 +413,7 @@
<plugin>
<plugin>
<groupId>
com.github.kongchen
</groupId>
<groupId>
com.github.kongchen
</groupId>
<artifactId>
swagger-maven-plugin
</artifactId>
<artifactId>
swagger-maven-plugin
</artifactId>
<version>
3.1.
2
</version>
<version>
3.1.
3
</version>
<configuration>
<configuration>
<apiSources>
<apiSources>
<apiSource>
<apiSource>
...
@@ -445,7 +445,7 @@
...
@@ -445,7 +445,7 @@
<plugin>
<plugin>
<groupId>
pl.project13.maven
</groupId>
<groupId>
pl.project13.maven
</groupId>
<artifactId>
git-commit-id-plugin
</artifactId>
<artifactId>
git-commit-id-plugin
</artifactId>
<version>
2.2.
0
</version>
<version>
2.2.
1
</version>
<executions>
<executions>
<execution>
<execution>
<goals>
<goals>
...
...
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