Skip to content

Commit f38abf6

Browse files
committed
cleanup pom
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 63c43fb commit f38abf6

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

pom.xml

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -63,17 +63,6 @@
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>
@@ -82,7 +71,6 @@
8271
</properties>
8372

8473
<build>
85-
<defaultGoal>install</defaultGoal>
8674
<pluginManagement>
8775
<plugins>
8876
<plugin>
@@ -154,7 +142,7 @@
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>
@@ -177,23 +165,5 @@
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>

0 commit comments

Comments
 (0)