|
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" |
|
45 | 45 | <modelVersion>4.0.0</modelVersion> |
46 | 46 | <parent> |
47 | 47 | <groupId>net.java</groupId> |
48 | | - <artifactId>jvnet-parent</artifactId> |
49 | | - <version>4</version> |
| 48 | + <artifactId>jvnet-parent</artifactId> |
| 49 | + <version>5</version> |
50 | 50 | </parent> |
51 | 51 | <groupId>org.glassfish.external</groupId> |
52 | 52 | <artifactId>schema2beans</artifactId> |
|
55 | 55 | <name>Schema2beans repackaged as an OSGI bundle</name> |
56 | 56 |
|
57 | 57 | <properties> |
58 | | - <schema2beans.version>RELEASE65</schema2beans.version> |
| 58 | + <schema2beans.version>RELEASE82</schema2beans.version> |
59 | 59 | <schema2beans.osgi.version>6.5</schema2beans.osgi.version> |
60 | 60 | <release.arguments /> |
61 | 61 | </properties> |
62 | | - |
| 62 | + |
63 | 63 | <repositories> |
64 | 64 | <repository> |
65 | 65 | <id>netbeans</id> |
|
76 | 76 | <licenses> |
77 | 77 | <license> |
78 | 78 | <name>CDDL + GPLv2 with classpath exception</name> |
79 | | - <url>http://glassfish.java.net/nonav/public/CDDL+GPL.html</url> |
| 79 | + <url>https://oss.oracle.com/licenses/CDDL+GPL-1.1</url> |
80 | 80 | <distribution>repo</distribution> |
81 | 81 | <comments>A business-friendly OSS license</comments> |
82 | 82 | </license> |
83 | 83 | </licenses> |
84 | | - |
| 84 | + |
85 | 85 | <scm> |
86 | | - <connection>scm:svn:https://svn.java.net/svn/glassfish~svn/trunk/external/repackaged/schema2beans</connection> |
87 | | - <developerConnection>scm:svn:https://svn.java.net/svn/glassfish~svn/trunk/external/repackaged/schema2beans</developerConnection> |
88 | | - <url>https://svn.java.net/svn/glassfish~svn/trunk/external/repackaged/schema2beans</url> |
| 86 | + <connection>scm:git:git@github.com:javaee/repackaged.git</connection> |
| 87 | + <developerConnection>scm:git:git@github.com:javaee/repackaged.git</developerConnection> |
| 88 | + <url>https://github.com/javaee/repackaged.git</url> |
89 | 89 | </scm> |
90 | | - |
91 | | - <mailingLists> |
92 | | - <mailingList> |
93 | | - <name>dev</name> |
94 | | - <subscribe>http://java.net/projects/glassfish/lists</subscribe> |
95 | | - <post>dev@glassfish.java.net</post> |
96 | | - <archive>http://java.net/projects/glassfish/lists/dev/archive</archive> |
97 | | - </mailingList> |
98 | | - <mailingList> |
99 | | - <name>users</name> |
100 | | - <subscribe>http://java.net/projects/glassfish/lists</subscribe> |
101 | | - <post>users@glassfish.java.net</post> |
102 | | - <archive>http://java.net/projects/glassfish/lists/users/archive</archive> |
103 | | - </mailingList> |
104 | | - <mailingList> |
105 | | - <name>issues</name> |
106 | | - <subscribe>http://java.net/projects/glassfish/lists</subscribe> |
107 | | - <post>issues@glassfish.java.net</post> |
108 | | - <archive>http://java.net/projects/glassfish/lists/issues/archive</archive> |
109 | | - </mailingList> |
110 | | - <mailingList> |
111 | | - <name>commits</name> |
112 | | - <subscribe>http://java.net/projects/glassfish/lists</subscribe> |
113 | | - <post>commits@glassfish.java.net</post> |
114 | | - <archive>http://java.net/projects/glassfish/lists/commits/archive</archive> |
115 | | - </mailingList> |
116 | | - </mailingLists> |
117 | | - |
| 90 | + |
118 | 91 | <issueManagement> |
119 | 92 | <system>IssueTracker</system> |
120 | | - <url>http://java.net/jira/browse/GLASSFISH</url> |
121 | | - </issueManagement> |
| 93 | + <url>https://github.com/javaee/repackaged/issues</url> |
| 94 | + </issueManagement> |
122 | 95 |
|
123 | 96 | <build> |
124 | 97 | <pluginManagement> |
125 | 98 | <plugins> |
126 | 99 | <plugin> |
127 | 100 | <groupId>org.apache.felix</groupId> |
128 | 101 | <artifactId>maven-bundle-plugin</artifactId> |
129 | | - <version>2.3.4</version> |
| 102 | + <version>3.3.0</version> |
130 | 103 | </plugin> |
131 | 104 | <plugin> |
132 | 105 | <groupId>org.apache.maven.plugins</groupId> |
|
136 | 109 | <plugin> |
137 | 110 | <groupId>org.apache.maven.plugins</groupId> |
138 | 111 | <artifactId>maven-source-plugin</artifactId> |
139 | | - <version>2.2.1</version> |
| 112 | + <version>3.0.1</version> |
140 | 113 | </plugin> |
141 | 114 | <plugin> |
142 | 115 | <groupId>org.apache.maven.plugins</groupId> |
|
293 | 266 | </execution> |
294 | 267 | </executions> |
295 | 268 | </plugin> |
| 269 | + <plugin> |
| 270 | + <groupId>org.apache.maven.plugins</groupId> |
| 271 | + <artifactId>maven-release-plugin</artifactId> |
| 272 | + <version>2.5.2</version> |
| 273 | + <configuration> |
| 274 | + <mavenExecutorId>forked-path</mavenExecutorId> |
| 275 | + <useReleaseProfile>false</useReleaseProfile> |
| 276 | + <arguments>${release.arguments}</arguments> |
| 277 | + </configuration> |
| 278 | + <dependencies> |
| 279 | + <dependency> |
| 280 | + <groupId>org.apache.maven.scm</groupId> |
| 281 | + <artifactId>maven-scm-provider-gitexe</artifactId> |
| 282 | + <version>1.9.4</version> |
| 283 | + </dependency> |
| 284 | + </dependencies> |
| 285 | + </plugin> |
296 | 286 | </plugins> |
297 | 287 | </build> |
298 | 288 |
|
|
0 commit comments