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