Commit 45c38b6b authored by Liang Ding's avatar Liang Ding

🔖 Release v2.6.0

parent edd3bee4
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: Solo POM.
Version: 3.18.2.52, Jan 1, 2018
Version: 3.18.2.53, Feb 1, 2018
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a>
......@@ -15,7 +15,7 @@
<artifactId>solo</artifactId>
<packaging>war</packaging>
<name>Solo</name>
<version>2.5.0</version>
<version>2.6.0</version>
<description>
A blogging system written in Java, feel free to create your or your team own blog.
一个用 Java 实现的博客系统,为你或你的团队创建个博客吧!
......
......@@ -60,7 +60,7 @@ import java.util.concurrent.locks.ReentrantLock;
* Solo Servlet listener.
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.9.3.27, Dec 20, 2017
* @version 1.9.3.28, Feb 1, 2018
* @since 0.3.1
*/
public final class SoloServletListener extends AbstractServletListener {
......@@ -68,7 +68,7 @@ public final class SoloServletListener extends AbstractServletListener {
/**
* Solo version.
*/
public static final String VERSION = "2.5.0";
public static final String VERSION = "2.6.0";
/**
* B3log Rhythm address.
......
......@@ -52,7 +52,7 @@ import java.sql.Statement;
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="mailto:dongxu.wang@acm.org">Dongxu Wang</a>
* @version 1.2.0.21, Dec 20, 2017
* @version 1.2.0.22, Feb 1, 2018
* @since 1.2.0
*/
@Service
......@@ -76,7 +76,7 @@ public class UpgradeService {
/**
* Old version.
*/
private static final String FROM_VER = "2.4.0";
private static final String FROM_VER = "2.5.0";
/**
* New version.
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment