Updated version to 2.0.x
Added Readme.md file - Starting of development documentation
This commit is contained in:
18
ch.psi.fda/Readme.md
Normal file
18
ch.psi.fda/Readme.md
Normal 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>
|
||||
```
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user