Browse Source

mark 2.0.1 version

tags/2.0.1^0
Jonathan Cobb 4 years ago
parent
commit
19ea8b1da6
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      pom.xml

+ 3
- 3
pom.xml View File

@@ -10,12 +10,12 @@ templated-mail-sender is available under the Apache License, version 2: http://w
<parent>
<groupId>org.cobbzilla</groupId>
<artifactId>cobbzilla-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>templated-mail-sender</artifactId>
<name>templated-mail-sender</name>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.1</version>

<dependencies>

@@ -41,7 +41,7 @@ templated-mail-sender is available under the Apache License, version 2: http://w
<dependency>
<groupId>org.cobbzilla</groupId>
<artifactId>cobbzilla-utils</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>

<!-- email dependencies, use latest javamail -->


Loading…
Cancel
Save