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

Commit 777749d

Browse files
committed
Final release of JavaMail 1.6.1.
1 parent 01d4b17 commit 777749d

File tree

25 files changed

+47
-47
lines changed

25 files changed

+47
-47
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.6.1-SNAPSHOT</version>
51+
<version>1.6.1</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.6.1-SNAPSHOT</version>
55+
<version>1.6.1</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.6.1-SNAPSHOT</version>
51+
<version>1.6.1</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 1997-2018 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>all</artifactId>
51-
<version>1.6.1-SNAPSHOT</version>
51+
<version>1.6.1</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>

demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 1997-2018 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>all</artifactId>
51-
<version>1.6.1-SNAPSHOT</version>
51+
<version>1.6.1</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.6.1-SNAPSHOT</version>
51+
<version>1.6.1</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.6.1-SNAPSHOT</version>
51+
<version>1.6.1</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.6.1-SNAPSHOT</version>
51+
<version>1.6.1</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.6.1-SNAPSHOT</version>
51+
<version>1.6.1</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.6.1-SNAPSHOT</version>
57+
<version>1.6.1</version>
5858
<name>JavaMail API javadocs</name>
5959
<description>${project.name}</description>
6060

logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 1997-2018 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -48,7 +48,7 @@
4848
<parent>
4949
<groupId>com.sun.mail</groupId>
5050
<artifactId>all</artifactId>
51-
<version>1.6.1-SNAPSHOT</version>
51+
<version>1.6.1</version>
5252
</parent>
5353
<modelVersion>4.0.0</modelVersion>
5454
<groupId>com.sun.mail</groupId>

0 commit comments

Comments
 (0)