|
3 | 3 | <parent>
|
4 | 4 | <groupId>eu.ralph-schuster</groupId>
|
5 | 5 | <artifactId>pom-oss</artifactId>
|
6 |
| - <version>3.0.1</version> |
| 6 | + <version>3.0.2</version> |
7 | 7 | </parent>
|
8 | 8 |
|
9 | 9 | <properties>
|
|
13 | 13 | </properties>
|
14 | 14 |
|
15 | 15 | <artifactId>mail</artifactId>
|
16 |
| - <version>1.0.2</version> |
| 16 | + <version>1.1.0</version> |
17 | 17 | <packaging>pom</packaging>
|
18 | 18 |
|
19 | 19 | <url>https://github.com/technicalguru/java-mail</url>
|
|
24 | 24 | <connection>scm:git:https://github.com/technicalguru/java-mail.git</connection>
|
25 | 25 | <developerConnection>scm:git:https://github.com/technicalguru/java-mail.git</developerConnection>
|
26 | 26 | <url>https://github.com/technicalguru/java-mail</url>
|
27 |
| - <tag>mail-1.0.2</tag> |
| 27 | + <tag>mail-1.1.0</tag> |
28 | 28 | </scm>
|
29 | 29 |
|
30 | 30 | <issueManagement>
|
|
39 | 39 | </developer>
|
40 | 40 | </developers>
|
41 | 41 |
|
| 42 | + <dependencies> |
| 43 | + <dependency> |
| 44 | + <groupId>jakarta.mail</groupId> |
| 45 | + <artifactId>jakarta.mail-api</artifactId> |
| 46 | + <version>2.1.3</version> |
| 47 | + </dependency> |
| 48 | + <dependency> |
| 49 | + <groupId>com.sun.mail</groupId> |
| 50 | + <artifactId>jakarta.mail</artifactId> |
| 51 | + <version>2.0.1</version> |
| 52 | + </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>eu.ralph-schuster</groupId> |
| 55 | + <artifactId>baselib</artifactId> |
| 56 | + <version>5.0.0</version> |
| 57 | + </dependency> |
| 58 | + </dependencies> |
| 59 | + |
42 | 60 | <modules>
|
43 | 61 | <module>mail-templates</module>
|
44 | 62 | <module>mail-queue</module>
|
45 | 63 | </modules>
|
46 | 64 |
|
47 |
| - <build> |
48 |
| - <plugins> |
49 |
| - <plugin> |
50 |
| - <groupId>org.apache.maven.plugins</groupId> |
51 |
| - <artifactId>maven-surefire-plugin</artifactId> |
52 |
| - <version>3.2.5</version> |
53 |
| - </plugin> |
54 |
| - </plugins> |
55 |
| - </build> |
56 |
| - |
57 | 65 | </project>
|
0 commit comments