|
3 | 3 |
|
4 | 4 | DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
|
5 | 5 |
|
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. |
7 | 7 |
|
8 | 8 | The contents of this file are subject to the terms of either the GNU
|
9 | 9 | General Public License Version 2 only ("GPL") or the Common Development
|
|
48 | 48 | <parent>
|
49 | 49 | <groupId>com.sun.mail</groupId>
|
50 | 50 | <artifactId>all</artifactId>
|
51 |
| - <version>1.6.1-SNAPSHOT</version> |
| 51 | + <version>1.6.1</version> |
52 | 52 | </parent>
|
53 | 53 | <modelVersion>4.0.0</modelVersion>
|
54 | 54 | <groupId>com.sun.mail</groupId>
|
55 | 55 | <artifactId>publish</artifactId>
|
56 | 56 | <packaging>pom</packaging>
|
57 |
| - <version>1.6.1-SNAPSHOT</version> |
| 57 | + <version>1.6.1</version> |
58 | 58 | <name>JavaMail API publish project</name>
|
59 | 59 |
|
60 | 60 | <build>
|
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>com.sun.mail</groupId>
|
91 | 91 | <artifactId>javax.mail</artifactId>
|
92 |
| - <version>1.6.1-SNAPSHOT</version> |
| 92 | + <version>1.6.1</version> |
93 | 93 | </dependency>
|
94 | 94 | <!--
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>com.sun.mail</groupId>
|
97 | 97 | <artifactId>demo</artifactId>
|
98 |
| - <version>1.6.1-SNAPSHOT</version> |
| 98 | + <version>1.6.1</version> |
99 | 99 | </dependency>
|
100 | 100 | <dependency>
|
101 | 101 | <groupId>com.sun.mail</groupId>
|
102 | 102 | <artifactId>client</artifactId>
|
103 |
| - <version>1.6.1-SNAPSHOT</version> |
| 103 | + <version>1.6.1</version> |
104 | 104 | </dependency>
|
105 | 105 | <dependency>
|
106 | 106 | <groupId>com.sun.mail</groupId>
|
107 | 107 | <artifactId>servlet</artifactId>
|
108 |
| - <version>1.6.1-SNAPSHOT</version> |
| 108 | + <version>1.6.1</version> |
109 | 109 | </dependency>
|
110 | 110 | <dependency>
|
111 | 111 | <groupId>com.sun.mail</groupId>
|
112 | 112 | <artifactId>webapp</artifactId>
|
113 | 113 | <type>war</type>
|
114 |
| - <version>1.6.1-SNAPSHOT</version> |
| 114 | + <version>1.6.1</version> |
115 | 115 | </dependency>
|
116 | 116 | <dependency>
|
117 | 117 | <groupId>com.sun.mail</groupId>
|
118 | 118 | <artifactId>taglib</artifactId>
|
119 |
| - <version>1.6.1-SNAPSHOT</version> |
| 119 | + <version>1.6.1</version> |
120 | 120 | </dependency>
|
121 | 121 | <dependency>
|
122 | 122 | <groupId>com.sun.mail</groupId>
|
123 | 123 | <artifactId>logging</artifactId>
|
124 |
| - <version>1.6.1-SNAPSHOT</version> |
| 124 | + <version>1.6.1</version> |
125 | 125 | </dependency>
|
126 | 126 | <dependency>
|
127 | 127 | <groupId>com.sun.mail</groupId>
|
128 | 128 | <artifactId>outlook</artifactId>
|
129 |
| - <version>1.6.1-SNAPSHOT</version> |
| 129 | + <version>1.6.1</version> |
130 | 130 | </dependency>
|
131 | 131 | -->
|
132 | 132 | </dependencies>
|
|
0 commit comments