Ver código fonte

mark 2.0.1 version

tags/2.0.1^0
Jonathan Cobb 4 anos atrás
pai
commit
19ea8b1da6
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      pom.xml

+ 3
- 3
pom.xml Ver arquivo

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


Carregando…
Cancelar
Salvar