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
6e527957
Commit
6e527957
authored
7 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Plain Diff
Merge branch '2.5' into 2.x
parents
82ded6ac
3e51b766
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
pom.xml
+12
-4
12 additions, 4 deletions
pom.xml
with
16 additions
and
4 deletions
CHANGELOG.md
+
4
−
0
View file @
6e527957
# Changelog
## 2.5.2
This is a maintenance release which only brings libraries up to date to fix
potential bugs.
## 2.5.1
This release fixes a performance issue on session creation affecting large
installations.
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
12
−
4
View file @
6e527957
...
...
@@ -7,7 +7,8 @@
<packaging>
war
</packaging>
<properties>
<io.spring.platform-version>
Brussels-SR4
</io.spring.platform-version>
<io.spring.platform-version>
Brussels-SR5
</io.spring.platform-version>
<io.netty-version>
4.1.16.Final
</io.netty-version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<timestamp>
${maven.build.timestamp}
</timestamp>
<sonar.language>
java
</sonar.language>
...
...
@@ -112,6 +113,13 @@
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-bom
</artifactId>
<version>
${io.netty-version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
</dependencies>
</dependencyManagement>
...
...
@@ -227,7 +235,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>
...
...
@@ -336,7 +344,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>
...
...
@@ -457,7 +465,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