Finalized versioning

This commit is contained in:
Marvin Scham
2023-05-24 03:10:49 +02:00
parent 9751e633ad
commit 652d5aa199
3 changed files with 4 additions and 3 deletions

View File

@@ -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>

View File

@@ -3,7 +3,7 @@ package de.rwu.easydrop.data.model;
/**
* A Product.
*
* @since 0.1.0
* TODO implement
*/
public class Product {

View File

@@ -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