File tree Expand file tree Collapse file tree 1 file changed +3
-33
lines changed
Expand file tree Collapse file tree 1 file changed +3
-33
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.eclipse.jetty</groupId >
77 <artifactId >jetty-parent</artifactId >
8- <version >27 </version >
8+ <version >31 </version >
99 </parent >
1010 <groupId >org.mortbay.jasper</groupId >
1111 <artifactId >jasper-jsp</artifactId >
6363 <url >https://github.com/jetty-project/jasper-jsp/issues</url >
6464 </issueManagement >
6565
66- <distributionManagement >
67- <repository >
68- <id >sonatype-cp</id >
69- <url >https://repo.maven.apache.org/maven2</url >
70- </repository >
71- <snapshotRepository >
72- <id >sonatype-cp</id >
73- <url >https://central.sonatype.com/repository/maven-snapshots</url >
74- </snapshotRepository >
75- </distributionManagement >
76-
7766 <properties >
7867 <ecj .version>3.33.0</ecj .version>
7968 <jdk .version>11</jdk .version>
8271 </properties >
8372
8473 <build >
85- <defaultGoal >install</defaultGoal >
8674 <pluginManagement >
8775 <plugins >
8876 <plugin >
154142 <artifactId >maven-enforcer-plugin</artifactId >
155143 <executions >
156144 <execution >
157- <id >require-jdk8 </id >
145+ <id >require-jdk11 </id >
158146 <goals >
159147 <goal >enforce</goal >
160148 </goals >
177165 </extension >
178166 </extensions >
179167 </build >
180-
181- <profiles >
182- <profile >
183- <id >eclipse-release</id >
184- <build >
185- <plugins >
186- <plugin >
187- <groupId >org.apache.maven.plugins</groupId >
188- <artifactId >maven-deploy-plugin</artifactId >
189- <inherited >true</inherited >
190- <configuration >
191- <updateReleaseInfo >true</updateReleaseInfo >
192- </configuration >
193- </plugin >
194- </plugins >
195- </build >
196- </profile >
197- </profiles >
198-
168+
199169</project >
You can’t perform that action at this time.
0 commit comments