Skip to content

Commit ec0076e

Browse files
committed
Merge branch 'master' into release
2 parents caf757f + 6600081 commit ec0076e

File tree

2 files changed

+5
-36
lines changed

2 files changed

+5
-36
lines changed

pom.xml

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3+
<parent>
4+
<artifactId>jetty-parent</artifactId>
5+
<groupId>org.eclipse.jetty</groupId>
6+
<version>20</version>
7+
</parent>
38
<modelVersion>4.0.0</modelVersion>
49
<groupId>org.eclipse.jetty</groupId>
510
<artifactId>jetty-documentation</artifactId>
@@ -236,39 +241,5 @@
236241
</releases>
237242
</pluginRepository>
238243
</pluginRepositories>
239-
<distributionManagement>
240-
<repository>
241-
<id>oss.sonatype.org</id>
242-
<name>Sonatype OSS Nexus Repository</name>
243-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
244-
</repository>
245-
<snapshotRepository>
246-
<id>oss.sonatype.org</id>
247-
<name>Sonatype OSS SNAPSHOTS Nexus Repository</name>
248-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
249-
</snapshotRepository>
250-
</distributionManagement>
251-
<profiles>
252-
<profile>
253-
<id>release</id>
254-
<build>
255-
<plugins>
256-
<plugin>
257-
<groupId>org.apache.maven.plugins</groupId>
258-
<artifactId>maven-gpg-plugin</artifactId>
259-
<version>1.4</version>
260-
<executions>
261-
<execution>
262-
<id>sign-artifacts</id>
263-
<phase>verify</phase>
264-
<goals>
265-
<goal>sign</goal>
266-
</goals>
267-
</execution>
268-
</executions>
269-
</plugin>
270-
</plugins>
271-
</build>
272-
</profile>
273244
</profiles>
274245
</project>

src/docbkx/jetty.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,8 @@ xmlns:ns="http://docbook.org/ns/docbook">
150150
as a specific section and give it justice
151151
-->
152152
<xi:include href="advanced/jmx/chapter.xml" />
153-
154153
<!-- Information about the start.jar -->
155154
<xi:include href="advanced/jetty-start/chapter.xml" />
156-
157155
<!-- How to use the jetty-maven-plugin is a big topic and is definitely
158156
in the advanced section of things. -->
159157
<xi:include href="advanced/maven/chapter.xml" />

0 commit comments

Comments
 (0)