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
0e97eb82
Commit
0e97eb82
authored
5 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Plain Diff
Merge branch '2.7' into 2.x
parents
3d388560
cb1039af
No related merge requests found
Pipeline
#27746
passed with warnings with stages
in 1 minute and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
pom.xml
+8
-8
8 additions, 8 deletions
pom.xml
with
12 additions
and
8 deletions
CHANGELOG.md
+
4
−
0
View file @
0e97eb82
# Changelog
## 2.7.2
This is a maintenance release which only brings libraries up to date to fix
potential bugs.
## 2.7.1
This is a maintenance release which only brings libraries up to date to fix
potential bugs.
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
8
−
8
View file @
0e97eb82
...
...
@@ -7,8 +7,8 @@
<packaging>
war
</packaging>
<properties>
<spring-boot-version>
1.5.2
0
.RELEASE
</spring-boot-version>
<io.netty-version>
4.1.3
4
.Final
</io.netty-version>
<spring-boot-version>
1.5.2
1
.RELEASE
</spring-boot-version>
<io.netty-version>
4.1.3
7
.Final
</io.netty-version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<timestamp>
${maven.build.timestamp}
</timestamp>
<sonar.language>
java
</sonar.language>
...
...
@@ -193,7 +193,7 @@
<dependency>
<groupId>
cglib
</groupId>
<artifactId>
cglib
</artifactId>
<version>
3.2.1
0
</version>
<version>
3.2.1
2
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
...
...
@@ -354,7 +354,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.
0
</version>
<version>
3.8.
1
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
...
...
@@ -363,7 +363,7 @@
<plugin>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
<version>
9.4.1
5
.v20190
215
</version>
<version>
9.4.1
9
.v20190
610
</version>
<configuration>
<scanIntervalSeconds>
0
</scanIntervalSeconds>
<webApp>
...
...
@@ -388,12 +388,12 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
2.22.
1
</version>
<version>
2.22.
2
</version>
</plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.8.
3
</version>
<version>
0.8.
4
</version>
<executions>
<execution>
<id>
default-prepare-agent
</id>
...
...
@@ -431,7 +431,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
3.2.
2
</version>
<version>
3.2.
3
</version>
</plugin>
<plugin>
<groupId>
com.github.kongchen
</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