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
4f26b87d
Commit
4f26b87d
authored
7 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Bump Maven dependencies and plugins
parent
8fd437f7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
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 @
4f26b87d
...
...
@@ -7,7 +7,7 @@
<packaging>
war
</packaging>
<properties>
<io.spring.platform-version>
Brussels-SR
4
</io.spring.platform-version>
<io.spring.platform-version>
Brussels-SR
5
</io.spring.platform-version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<timestamp>
${maven.build.timestamp}
</timestamp>
<sonar.language>
java
</sonar.language>
...
...
@@ -224,7 +224,7 @@
<dependency>
<groupId>
com.corundumstudio.socketio
</groupId>
<artifactId>
netty-socketio
</artifactId>
<version>
1.7.1
2
</version>
<version>
1.7.1
3
</version>
</dependency>
<dependency>
<groupId>
javax.inject
</groupId>
...
...
@@ -333,7 +333,7 @@
<plugin>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
<version>
9.4.
6
.v20170
531
</version>
<version>
9.4.
7
.v20170
914
</version>
<configuration>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<webApp>
...
...
@@ -454,7 +454,7 @@
<plugin>
<groupId>
pl.project13.maven
</groupId>
<artifactId>
git-commit-id-plugin
</artifactId>
<version>
2.2.
2
</version>
<version>
2.2.
3
</version>
<executions>
<execution>
<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