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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+2-2
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>

mail/pom.xml

+1-1
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>

mailapi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<parent>
5757
<groupId>com.sun.mail</groupId>
5858
<artifactId>all</artifactId>
59-
<version>1.6.1-SNAPSHOT</version>
59+
<version>1.6.1</version>
6060
</parent>
6161
<modelVersion>4.0.0</modelVersion>
6262
<groupId>com.sun.mail</groupId>

mailapijar/pom.xml

+2-2
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
@@ -55,7 +55,7 @@
5555
<parent>
5656
<groupId>com.sun.mail</groupId>
5757
<artifactId>all</artifactId>
58-
<version>1.6.1-SNAPSHOT</version>
58+
<version>1.6.1</version>
5959
</parent>
6060
<modelVersion>4.0.0</modelVersion>
6161
<groupId>javax.mail</groupId>

mailhandler/pom.xml

+1-1
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>

mbox/native/pom.xml

+2-2
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
<relativePath>../../pom.xml</relativePath>
5353
</parent>
5454
<modelVersion>4.0.0</modelVersion>

mbox/pom.xml

+1-1
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>

outlook/pom.xml

+2-2
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>

parent-distrib/pom.xml

+1-1
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>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<groupId>com.sun.mail</groupId>
5555
<artifactId>all</artifactId>
5656
<packaging>pom</packaging>
57-
<version>1.6.1-SNAPSHOT</version>
57+
<version>1.6.1</version>
5858
<name>JavaMail API distribution</name>
5959
<description>${project.name}</description>
6060
<url>http://javaee.github.io/javamail</url>
@@ -85,9 +85,9 @@
8585
</organization>
8686

8787
<properties>
88-
<mail.version>1.6.1-SNAPSHOT</mail.version>
88+
<mail.version>1.6.1</mail.version>
8989
<!-- like mail.version, but with underscores instead of dots -->
90-
<mail.zipversion>1_6_1-SNAPSHOT</mail.zipversion>
90+
<mail.zipversion>1_6_1</mail.zipversion>
9191
<mail.spec.version>1.6</mail.spec.version>
9292
<activation-api.version>1.1</activation-api.version>
9393
<!-- defaults that are overridden in mail module -->

pop3/pom.xml

+1-1
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>

publish/pom.xml

+11-11
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,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>publish</artifactId>
5656
<packaging>pom</packaging>
57-
<version>1.6.1-SNAPSHOT</version>
57+
<version>1.6.1</version>
5858
<name>JavaMail API publish project</name>
5959

6060
<build>
@@ -89,44 +89,44 @@
8989
<dependency>
9090
<groupId>com.sun.mail</groupId>
9191
<artifactId>javax.mail</artifactId>
92-
<version>1.6.1-SNAPSHOT</version>
92+
<version>1.6.1</version>
9393
</dependency>
9494
<!--
9595
<dependency>
9696
<groupId>com.sun.mail</groupId>
9797
<artifactId>demo</artifactId>
98-
<version>1.6.1-SNAPSHOT</version>
98+
<version>1.6.1</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.sun.mail</groupId>
102102
<artifactId>client</artifactId>
103-
<version>1.6.1-SNAPSHOT</version>
103+
<version>1.6.1</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>com.sun.mail</groupId>
107107
<artifactId>servlet</artifactId>
108-
<version>1.6.1-SNAPSHOT</version>
108+
<version>1.6.1</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.sun.mail</groupId>
112112
<artifactId>webapp</artifactId>
113113
<type>war</type>
114-
<version>1.6.1-SNAPSHOT</version>
114+
<version>1.6.1</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>com.sun.mail</groupId>
118118
<artifactId>taglib</artifactId>
119-
<version>1.6.1-SNAPSHOT</version>
119+
<version>1.6.1</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.sun.mail</groupId>
123123
<artifactId>logging</artifactId>
124-
<version>1.6.1-SNAPSHOT</version>
124+
<version>1.6.1</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.sun.mail</groupId>
128128
<artifactId>outlook</artifactId>
129-
<version>1.6.1-SNAPSHOT</version>
129+
<version>1.6.1</version>
130130
</dependency>
131131
-->
132132
</dependencies>

servlet/pom.xml

+2-2
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>

smtp/pom.xml

+1-1
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>

taglib/pom.xml

+2-2
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>

webapp/pom.xml

+2-2
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)