|
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" |
|
40 | 40 | holder. |
41 | 41 |
|
42 | 42 | --> |
| 43 | + |
43 | 44 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
44 | 45 | <modelVersion>4.0.0</modelVersion> |
45 | 46 | <parent> |
46 | 47 | <groupId>net.java</groupId> |
47 | 48 | <artifactId>jvnet-parent</artifactId> |
48 | | - <version>4</version> |
| 49 | + <version>5</version> |
49 | 50 | </parent> |
50 | 51 | <groupId>org.glassfish.external</groupId> |
51 | 52 | <artifactId>dbschema</artifactId> |
52 | 53 | <version>6.6-SNAPSHOT</version> |
53 | 54 | <name>DBschema repackaged as an OSGI bundle</name> |
54 | 55 |
|
55 | 56 | <properties> |
56 | | - <dbschema.version>RELEASE65</dbschema.version> |
| 57 | + <dbschema.version>RELEASE82</dbschema.version> |
57 | 58 | <dbschema.osgi.version>6.5</dbschema.osgi.version> |
58 | 59 | <release.arguments /> |
59 | 60 | </properties> |
|
74 | 75 | <licenses> |
75 | 76 | <license> |
76 | 77 | <name>CDDL + GPLv2 with classpath exception</name> |
77 | | - <url>http://glassfish.java.net/nonav/public/CDDL+GPL.html</url> |
| 78 | + <url>https://oss.oracle.com/licenses/CDDL+GPL-1.1</url> |
78 | 79 | <distribution>repo</distribution> |
79 | 80 | <comments>A business-friendly OSS license</comments> |
80 | 81 | </license> |
81 | 82 | </licenses> |
82 | 83 |
|
83 | 84 | <scm> |
84 | | - <connection>scm:svn:https://svn.java.net/svn/glassfish~svn/trunk/external/repackaged/dbschema</connection> |
85 | | - <developerConnection>scm:svn:https://svn.java.net/svn/glassfish~svn/trunk/external/repackaged/dbschema</developerConnection> |
86 | | - <url>https://svn.java.net/svn/glassfish~svn/trunk/external/repackaged/dbschema</url> |
| 85 | + <connection>scm:git:git@github.com:javaee/repackaged.git</connection> |
| 86 | + <developerConnection>scm:git:git@github.com:javaee/repackaged.git</developerConnection> |
| 87 | + <url>https://github.com/javaee/repackaged.git</url> |
87 | 88 | </scm> |
88 | 89 |
|
89 | | - <mailingLists> |
90 | | - <mailingList> |
91 | | - <name>dev</name> |
92 | | - <subscribe>http://java.net/projects/glassfish/lists</subscribe> |
93 | | - <post>dev@glassfish.java.net</post> |
94 | | - <archive>http://java.net/projects/glassfish/lists/dev/archive</archive> |
95 | | - </mailingList> |
96 | | - <mailingList> |
97 | | - <name>users</name> |
98 | | - <subscribe>http://java.net/projects/glassfish/lists</subscribe> |
99 | | - <post>users@glassfish.java.net</post> |
100 | | - <archive>http://java.net/projects/glassfish/lists/users/archive</archive> |
101 | | - </mailingList> |
102 | | - <mailingList> |
103 | | - <name>issues</name> |
104 | | - <subscribe>http://java.net/projects/glassfish/lists</subscribe> |
105 | | - <post>issues@glassfish.java.net</post> |
106 | | - <archive>http://java.net/projects/glassfish/lists/issues/archive</archive> |
107 | | - </mailingList> |
108 | | - <mailingList> |
109 | | - <name>commits</name> |
110 | | - <subscribe>http://java.net/projects/glassfish/lists</subscribe> |
111 | | - <post>commits@glassfish.java.net</post> |
112 | | - <archive>http://java.net/projects/glassfish/lists/commits/archive</archive> |
113 | | - </mailingList> |
114 | | - </mailingLists> |
115 | | - |
116 | 90 | <issueManagement> |
117 | 91 | <system>IssueTracker</system> |
118 | | - <url>http://java.net/jira/browse/GLASSFISH</url> |
| 92 | + <url>https://github.com/javaee/repackaged/issues</url> |
119 | 93 | </issueManagement> |
120 | 94 |
|
121 | 95 | <build> |
|
124 | 98 | <plugin> |
125 | 99 | <groupId>org.apache.felix</groupId> |
126 | 100 | <artifactId>maven-bundle-plugin</artifactId> |
127 | | - <version>1.4.3</version> |
| 101 | + <version>3.3.0</version> |
128 | 102 | </plugin> |
129 | 103 | <plugin> |
130 | 104 | <groupId>org.apache.maven.plugins</groupId> |
|
134 | 108 | <plugin> |
135 | 109 | <groupId>org.apache.maven.plugins</groupId> |
136 | 110 | <artifactId>maven-source-plugin</artifactId> |
137 | | - <version>2.2.1</version> |
| 111 | + <version>3.0.1</version> |
138 | 112 | </plugin> |
139 | 113 | <plugin> |
140 | 114 | <groupId>org.apache.maven.plugins</groupId> |
|
286 | 260 | </execution> |
287 | 261 | </executions> |
288 | 262 | </plugin> |
| 263 | + <plugin> |
| 264 | + <groupId>org.apache.maven.plugins</groupId> |
| 265 | + <artifactId>maven-release-plugin</artifactId> |
| 266 | + <version>2.5.2</version> |
| 267 | + <configuration> |
| 268 | + <mavenExecutorId>forked-path</mavenExecutorId> |
| 269 | + <useReleaseProfile>false</useReleaseProfile> |
| 270 | + <arguments>${release.arguments}</arguments> |
| 271 | + </configuration> |
| 272 | + <dependencies> |
| 273 | + <dependency> |
| 274 | + <groupId>org.apache.maven.scm</groupId> |
| 275 | + <artifactId>maven-scm-provider-gitexe</artifactId> |
| 276 | + <version>1.9.4</version> |
| 277 | + </dependency> |
| 278 | + </dependencies> |
| 279 | + </plugin> |
289 | 280 | </plugins> |
290 | 281 | </build> |
291 | 282 |
|
|
0 commit comments