|
10 | 10 | and Distribution License("CDDL") (collectively, the "License"). You |
11 | 11 | may not use this file except in compliance with the License. You can |
12 | 12 | obtain a copy of the License at |
13 | | - https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html |
14 | | - or packager/legal/LICENSE.txt. See the License for the specific |
| 13 | + https://oss.oracle.com/licenses/CDDL+GPL-1.1 |
| 14 | + or LICENSE.txt. See the License for the specific |
15 | 15 | language governing permissions and limitations under the License. |
16 | 16 |
|
17 | 17 | When distributing the software, include this License Header Notice in each |
18 | | - file and include the License file at packager/legal/LICENSE.txt. |
| 18 | + file and include the License file at LICENSE.txt. |
19 | 19 |
|
20 | 20 | GPL Classpath Exception: |
21 | 21 | Oracle designates this particular file as subject to the "Classpath" |
|
51 | 51 |
|
52 | 52 | <groupId>javax.transaction</groupId> |
53 | 53 | <artifactId>javax.transaction-api</artifactId> |
54 | | - <version>1.2.2-SNAPSHOT</version> |
| 54 | + <version>1.3</version> |
55 | 55 |
|
56 | 56 | <properties> |
57 | 57 | <non.final>false</non.final> |
58 | 58 | <extension.name>javax.transaction</extension.name> |
59 | | - <spec.version>1.2</spec.version> |
| 59 | + <spec.version>1.3</spec.version> |
60 | 60 | <findbugs.version>2.3.1</findbugs.version> |
61 | 61 | <findbugs.exclude>exclude.xml</findbugs.exclude> |
62 | 62 | <findbugs.threshold>Low</findbugs.threshold> |
|
84 | 84 | <licenses> |
85 | 85 | <license> |
86 | 86 | <name>CDDL + GPLv2 with classpath exception</name> |
87 | | - <url>https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html</url> |
| 87 | + <url>https://github.com/javaee/javax.transaction/blob/master/LICENSE</url> |
88 | 88 | <distribution>repo</distribution> |
89 | 89 | <comments>A business-friendly OSS license</comments> |
90 | 90 | </license> |
91 | 91 | </licenses> |
92 | 92 | <issueManagement> |
93 | 93 | <system>jira</system> |
94 | | - <url>http://java.net/jira/browse/JTA_SPEC</url> |
| 94 | + <url>https://github.com/javaee/javax.transaction/issues</url> |
95 | 95 | </issueManagement> |
96 | 96 | <mailingLists> |
97 | 97 | <mailingList> |
98 | 98 | <name>JTA Developer</name> |
99 | | - <archive>users@jta-spec.java.net</archive> |
| 99 | + <archive>javaee-spec@javaee.groups.io</archive> |
100 | 100 | </mailingList> |
101 | 101 | </mailingLists> |
102 | 102 | <scm> |
103 | | - <connection>scm:svn:https://svn.java.net/svn/glassfish~svn/trunk/api/javaee-api/javax.transaction</connection> |
104 | | - <developerConnection>scm:svn:https://svn.java.net/svn/glassfish~svn/trunk/api/javaee-api/javax.transaction</developerConnection> |
105 | | - <url>http://java.net/projects/glassfish/sources/svn/show/trunk/api/javaee-api/javax.transaction</url> |
| 103 | + <connection>scm:git:https://github.com/javaee/javax.transaction.git</connection> |
| 104 | + <developerConnection>scm:git:git@github.com:javaee/javax.transaction.git</developerConnection> |
| 105 | + <url>https://github.com/javaee/javax.transaction</url> |
106 | 106 | </scm> |
107 | 107 |
|
108 | 108 | <build> |
|
194 | 194 | <configuration> |
195 | 195 | <archive> |
196 | 196 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
| 197 | + <manifestEntries> |
| 198 | + <!-- for JDK 9 --> |
| 199 | + <Automatic-Module-Name> |
| 200 | + java.transaction |
| 201 | + </Automatic-Module-Name> |
| 202 | + </manifestEntries> |
197 | 203 | </archive> |
198 | 204 | <excludes> |
199 | 205 | <exclude>**/*.java</exclude> |
|
282 | 288 | <plugin> |
283 | 289 | <groupId>org.apache.maven.plugins</groupId> |
284 | 290 | <artifactId>maven-release-plugin</artifactId> |
| 291 | + <version>2.5.3</version> |
285 | 292 | <configuration> |
286 | 293 | <mavenExecutorId>forked-path</mavenExecutorId> |
287 | 294 | <useReleaseProfile>false</useReleaseProfile> |
|
0 commit comments