Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 4f16c9e

Browse files
committed
Final release of JavaMail 1.5.6.
1 parent b9e9c33 commit 4f16c9e

File tree

26 files changed

+38
-38
lines changed

26 files changed

+38
-38
lines changed

android/activation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>android</artifactId>
51-
<version>1.5.6-SNAPSHOT</version>
51+
<version>1.5.6</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>

android/mail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>com.sun.mail</groupId>
5454
<artifactId>android</artifactId>
55-
<version>1.5.6-SNAPSHOT</version>
55+
<version>1.5.6</version>
5656
</parent>
5757
<modelVersion>4.0.0</modelVersion>
5858
<groupId>com.sun.mail</groupId>

android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>all</artifactId>
51-
<version>1.5.6-SNAPSHOT</version>
51+
<version>1.5.6</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>all</artifactId>
51-
<version>1.5.6-SNAPSHOT</version>
51+
<version>1.5.6</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>all</artifactId>
51-
<version>1.5.6-SNAPSHOT</version>
51+
<version>1.5.6</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>

dsn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>all</artifactId>
51-
<version>1.5.6-SNAPSHOT</version>
51+
<version>1.5.6</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>

gimap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>all</artifactId>
51-
<version>1.5.6-SNAPSHOT</version>
51+
<version>1.5.6</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>

imap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>parent-distrib</artifactId>
51-
<version>1.5.6-SNAPSHOT</version>
51+
<version>1.5.6</version>
5252
<relativePath>../parent-distrib/pom.xml</relativePath>
5353
</parent>
5454
<modelVersion>4.0.0</modelVersion>

javadoc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>all</artifactId>
51-
<version>1.5.6-SNAPSHOT</version>
51+
<version>1.5.6</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>
5555
<artifactId>javadoc</artifactId>
5656
<packaging>pom</packaging>
57-
<version>1.5.6-SNAPSHOT</version>
57+
<version>1.5.6</version>
5858
<name>JavaMail API javadocs</name>
5959
<description>${project.name}</description>
6060

logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>all</artifactId>
51-
<version>1.5.6-SNAPSHOT</version>
51+
<version>1.5.6</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>

0 commit comments

Comments
 (0)