Update DBUnit.
Changes to technical documents.
This commit is contained in:
parent
b0026fae37
commit
39070a0c3e
4 changed files with 74 additions and 6 deletions
68
NEWS.rst
68
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)
|
||||
---------------------------
|
||||
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.4.1
|
||||
1.6.0
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -500,7 +500,7 @@
|
|||
<dependency>
|
||||
<groupId>org.dbunit</groupId>
|
||||
<artifactId>dbunit</artifactId>
|
||||
<version>2.4.6</version>
|
||||
<version>2.5.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue