|
17 | 17 |
|
18 | 18 | --> |
19 | 19 |
|
20 | | -<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"> |
| 20 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 21 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 23 | + child.project.url.inherit.append.path="false"> |
21 | 24 | <modelVersion>4.0.0</modelVersion> |
22 | 25 |
|
23 | 26 | <parent> |
24 | 27 | <groupId>org.eclipse.ee4j</groupId> |
25 | 28 | <artifactId>project</artifactId> |
26 | | - <version>1.0.9</version> |
| 29 | + <version>2.0.5</version> |
| 30 | + <relativePath /> |
27 | 31 | </parent> |
28 | 32 |
|
29 | 33 | <groupId>org.glassfish.jersey</groupId> |
|
38 | 42 |
|
39 | 43 | <url>https://projects.eclipse.org/projects/ee4j.jersey</url> |
40 | 44 |
|
41 | | - <!-- prerequisites --> |
42 | | - |
43 | 45 | <issueManagement> |
44 | 46 | <system>JIRA</system> |
45 | 47 | <url>https://github.com/eclipse-ee4j/jersey/issues</url> |
|
213 | 215 | </license> |
214 | 216 | </licenses> |
215 | 217 |
|
216 | | - <scm> |
| 218 | + <scm child.scm.connection.inherit.append.path="false" |
| 219 | + child.scm.developerConnection.inherit.append.path="false" |
| 220 | + child.scm.url.inherit.append.path="false"> |
217 | 221 | <connection>scm:git:git@github.com:jersey/jersey.git</connection> |
218 | 222 | <developerConnection>scm:git:git@github.com:eclipse-ee4j/jersey.git</developerConnection> |
219 | 223 | <url>https://github.com/eclipse-ee4j/jersey</url> |
|
1072 | 1076 | </plugins> |
1073 | 1077 | </build> |
1074 | 1078 | </profile> |
| 1079 | + <profile> |
| 1080 | + <id>oss-release</id> |
| 1081 | + <properties> |
| 1082 | + <release.projectName>Eclipse Jersey</release.projectName> |
| 1083 | + <release.autoPublish>false</release.autoPublish> |
| 1084 | + <release.waitUntil>published</release.waitUntil> |
| 1085 | + </properties> |
| 1086 | + </profile> |
1075 | 1087 | <profile> |
1076 | 1088 | <id>xdk</id> |
1077 | 1089 | <activation> |
|
1182 | 1194 | </site> |
1183 | 1195 | </distributionManagement> |
1184 | 1196 | </profile> |
1185 | | - <profile> |
1186 | | - <id>sbom</id> |
1187 | | - <activation> |
1188 | | - <property> |
1189 | | - <name>!skipSBOM</name> |
1190 | | - </property> |
1191 | | - </activation> |
1192 | | - <build> |
1193 | | - <plugins> |
1194 | | - <plugin> |
1195 | | - <groupId>org.cyclonedx</groupId> |
1196 | | - <artifactId>cyclonedx-maven-plugin</artifactId> |
1197 | | - <version>${cyclonedx.mvn.plugin.version}</version> |
1198 | | - <inherited>true</inherited> |
1199 | | - <executions> |
1200 | | - <execution> |
1201 | | - <phase>package</phase> |
1202 | | - <goals> |
1203 | | - <goal>makeAggregateBom</goal> |
1204 | | - </goals> |
1205 | | - <configuration> |
1206 | | - <!-- <schemaVersion>1.4</schemaVersion>--> |
1207 | | - <projectType>framework</projectType> |
1208 | | - <excludeTestProject>true</excludeTestProject> |
1209 | | - </configuration> |
1210 | | - </execution> |
1211 | | - </executions> |
1212 | | - </plugin> |
1213 | | - </plugins> |
1214 | | - </build> |
1215 | | - </profile> |
1216 | 1197 | <profile> |
1217 | 1198 | <id>sonar</id> |
1218 | 1199 | <properties> |
|
2137 | 2118 | <artifactId>yasson</artifactId> |
2138 | 2119 | <version>${yasson.version}</version> |
2139 | 2120 | </dependency> |
2140 | | - |
| 2121 | + |
2141 | 2122 | <dependency> |
2142 | 2123 | <groupId>com.google.code.gson</groupId> |
2143 | 2124 | <artifactId>gson</artifactId> |
|
0 commit comments