chore: increase version to v0.0.2

This commit is contained in:
dancingCycle 2022-03-30 11:19:55 +02:00
parent a60f869d96
commit 2d44f9e343
1 changed files with 8 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<url>https://swingbe.de</url>
<groupId>de.swingbe</groupId>
<artifactId>email</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>jar</packaging>
<licenses>
@ -28,7 +28,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies><!-- https://mvnrepository.com/artifact/javax.mail/mail -->
<dependencies>
<!-- https://mvnrepository.com/artifact/javax.mail/mail -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
@ -47,6 +48,11 @@
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>de.swingbe.email</groupId>
<artifactId>email</artifactId>
<version>0.0.1</version>
</dependency>
</dependencies>
<build>