diff --git a/NEWS.rst b/NEWS.rst index cc36af1fe..7329a1756 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,74 @@ NEWS ==== +Version 1.6.0 (? 2016) +--------------------------- + +Summary +~~~~~~~ + +These are the most representative changes: + +* Update SDK to JDK8 +* Update all libraries + +Contributors +~~~~~~~~~~~~ + +Thanks to all the contributors to this new version: + +* Vova Perebykivskyi +* Bodgan Bodnarjuk +* Jeroen Baten + +Changes +~~~~~~~ + +* Update MPXJ +* Update Maven Gettext Plugin +* Update Maven Compiler Plugin +* Update Maven War Plugin +* Update Maven Surfire Plugin +* Update Bonecp +* Update Slf4j API +* Update Slf4j Simple +* Update Guava +* Update Maven Cobertura Plugin +* Update Maven Liquibase Plugin +* Update Liquibase Core +* Update Jackson +* Update LibrePlan version to 1.6.0 +* Update Javax Servlet +* Update Jfree +* Code refactoring + + +Version 1.4.2 (2015) +--------------------------- + +Summary +~~~~~~~ + +These are the most representative changes: + +* ? + +Contributors +~~~~~~~~~~~~ + +Thanks to all the contributors to this new version: + +* Misha Gozda +* Vova Perebykivskyi +* Bodgan Bodnarjuk +* Jeroen Baten + +Changes +~~~~~~~ + +* ? + + Version 1.4.0 (29 Apr 2013) --------------------------- diff --git a/VERSION b/VERSION index 347f5833e..dc1e644a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.1 +1.6.0 diff --git a/doc/src/technical/howto-start-development-with-intellij-idea.rst b/doc/src/technical/howto-start-development-with-intellij-idea.rst index e4860ab05..aebb2e6d6 100644 --- a/doc/src/technical/howto-start-development-with-intellij-idea.rst +++ b/doc/src/technical/howto-start-development-with-intellij-idea.rst @@ -4,7 +4,7 @@ How To Start Development With JetBrains Intellij IDEA .. sectnum:: -:Author: Perebykivskiy Vova +:Author: Perebykivskyi Vova :Contact: vova@libreplan-enterprise.com :Date: 09/09/2015 :Copyright: @@ -55,10 +55,12 @@ Import LibrePlan project * Then leave all by default -* Then choose your JDK(SDK), 1.7 strongly prefered +* Then choose your JDK(SDK), 1.7 strongly preferred * Then define project name or leave default name +* Make "mvn clean install" in command line + Configure project to run ------------------------ @@ -80,8 +82,6 @@ Configure project to run * In "Before launch" section choose "+" and add Build Artifact (war file) - By the next compilation you may remove this Build Artifact from configuration - * Click *Run* and application will be available at http://localhost:8080/libreplan-webapp/ diff --git a/pom.xml b/pom.xml index c23ee1d5b..32df6894d 100644 --- a/pom.xml +++ b/pom.xml @@ -500,7 +500,7 @@ org.dbunit dbunit - 2.4.6 + 2.5.2 javax.servlet