Finalized versioning
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
||||
<groupId>de.rwu</groupId>
|
||||
<artifactId>easydrop</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<version>0.1.0</version>
|
||||
<name>EasyDrop</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package de.rwu.easydrop.data.model;
|
||||
/**
|
||||
* A Product.
|
||||
*
|
||||
* @since 0.1.0
|
||||
* TODO implement
|
||||
*/
|
||||
public class Product {
|
||||
|
||||
|
||||
@@ -3,7 +3,8 @@ package de.rwu.easydrop.service.mapping;
|
||||
/**
|
||||
* Maps between Product, ProductDAO and ProductDTO.
|
||||
*
|
||||
* @since 0.1.0
|
||||
* TODO implement
|
||||
*
|
||||
* @see Product
|
||||
* @see ProductDTO
|
||||
* @see ProductDAO
|
||||
|
||||
Reference in New Issue
Block a user