Updated version to 2.0.x

Added Readme.md file - Starting of development documentation
This commit is contained in:
2013-11-27 11:44:48 +01:00
parent a40573d320
commit e625185b6d
2 changed files with 19 additions and 1 deletions

18
ch.psi.fda/Readme.md Normal file
View File

@@ -0,0 +1,18 @@
# Development
## Build
To build project use `mvn clean install`.
To upload the latest version to the central artifact repository use `mvn clean deploy`.
## Usage
To use the FDA libary in an other project use:
```
<dependency>
<groupId>ch.psi</groupId>
<artifactId>fda</artifactId>
<version>x.x.x</version>
</dependency>
```

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.psi</groupId>
<artifactId>fda</artifactId>
<version>1.1.41</version>
<version>2.0.1</version>
<dependencies>