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
5ce00955
There was a problem fetching the latest pipeline status.
Commit
5ce00955
authored
8 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Bump Maven dependencies and plugins
parent
b6159dd7
No related merge requests found
Pipeline
#7481
passed with stages
in 3 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+4
-4
4 additions, 4 deletions
pom.xml
with
4 additions
and
4 deletions
pom.xml
+
4
−
4
View file @
5ce00955
...
@@ -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.1
0
</version>
<version>
1.5.1
2
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
@@ -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.
19
.v2016
0908
</version>
<version>
9.2.
20
.v2016
1216
</version>
<configuration>
<configuration>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<webApp>
<webApp>
...
@@ -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.
7.201606060606
</version>
<version>
0.7.
8
</version>
<executions>
<executions>
<execution>
<execution>
<id>
default-prepare-agent
</id>
<id>
default-prepare-agent
</id>
...
@@ -451,7 +451,7 @@
...
@@ -451,7 +451,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.
1
</version>
<version>
2.2.
2
</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