Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ARSnova Backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Moritz Lambrecht
ARSnova Backend
Commits
13e18671
Commit
13e18671
authored
Sep 25, 2017
by
Daniel Gerhardt
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.x'
parents
5e274af2
82b066fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
7 deletions
+19
-7
CHANGELOG.md
CHANGELOG.md
+4
-0
pom.xml
pom.xml
+15
-7
No files found.
CHANGELOG.md
View file @
13e18671
# 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.
...
...
pom.xml
View file @
13e18671
...
...
@@ -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>
<org.aspectj-version>
1.8.10
</org.aspectj-version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<timestamp>
${maven.build.timestamp}
</timestamp>
...
...
@@ -113,6 +114,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>
...
...
@@ -247,7 +255,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>
...
...
@@ -317,7 +325,7 @@
<dependency>
<groupId>
org.checkerframework
</groupId>
<artifactId>
checker-qual
</artifactId>
<version>
2.
1.14
</version>
<version>
2.
2.0
</version>
</dependency>
</dependencies>
...
...
@@ -384,7 +392,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.
6.2
</version>
<version>
3.
7.0
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
...
...
@@ -393,7 +401,7 @@
<plugin>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
<version>
9.4.
6.v20170531
</version>
<version>
9.4.
7.v20170914
</version>
<configuration>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<webApp>
...
...
@@ -428,7 +436,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
2.20
</version>
<version>
2.20
.1
</version>
</plugin>
<plugin>
<groupId>
org.jacoco
</groupId>
...
...
@@ -514,7 +522,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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment