Skip to content

Commit

Permalink
Release 6.0.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe authored Oct 16, 2022
1 parent 86ea5b1 commit fc16843
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 35 deletions.
4 changes: 2 additions & 2 deletions features/eclipse-jetty/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.sourceforge.eclipsejetty.feature"
label="Eclipse Jetty Feature"
version="6.0.0.qualifier"
version="6.0.0"
provider-name="Christian Köberl">

<description url="http://eclipse-jetty.github.io/">
Expand Down Expand Up @@ -35,7 +35,7 @@ limitations under the License.
id="net.sourceforge.eclipsejetty.launcher"
download-size="25"
install-size="25"
version="6.0.0.qualifier"
version="6.0.0"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion features/eclipse-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse-jetty-launcher/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Jetty Launcher Plugin
Bundle-SymbolicName: net.sourceforge.eclipsejetty.launcher;singleton:=true
Bundle-Version: 6.0.0.qualifier
Bundle-Version: 6.0.0
Bundle-Activator: net.sourceforge.eclipsejetty.JettyPlugin
Bundle-Vendor: Christian Köberl, Manfred Hantschel
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse-jetty-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
18 changes: 5 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<name>Eclipse Jetty Integration</name>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
<description>Provides integration for Jetty server as launch configurations in Eclipse.</description>
<url>http://eclipse-jetty.github.io/</url>
<inceptionYear>2009</inceptionYear>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down Expand Up @@ -180,9 +180,9 @@
<reportSets>
<reportSet>
<reports>
<report>project-team</report>
<report>issue-tracking</report>
<report>license</report>
<report>team</report>
<report>issue-management</report>
<report>licenses</report>
<report>scm</report>
</reports>
</reportSet>
Expand All @@ -192,14 +192,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.12.1</version>
<configuration>
<issueManagementSystems>
<issueManagementSystem>SourceForge</issueManagementSystem>
</issueManagementSystems>
<issueLinkTemplatePerSystem>
<SourceForge>http://sourceforge.net/p/eclipse-jetty/feature-requests/%ISSUE%</SourceForge>
</issueLinkTemplatePerSystem>
</configuration>
<reportSets>
<reportSet>
<reports>
Expand Down
2 changes: 1 addition & 1 deletion site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description url="http://eclipse-jetty.github.io/update/">
Eclipse Jetty Integration
</description>
<feature url="features/net.sourceforge.eclipsejetty.feature_6.0.0.qualifier.jar" id="net.sourceforge.eclipsejetty.feature" version="6.0.0.qualifier">
<feature url="features/net.sourceforge.eclipsejetty.feature_6.0.0.jar" id="net.sourceforge.eclipsejetty.feature" version="6.0.0">
<category name="eclipsejetty"/>
</feature>
<category-def name="eclipsejetty" label="Eclipse Jetty Integration"/>
Expand Down
2 changes: 1 addition & 1 deletion site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>eclipse-jetty-site</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
12 changes: 7 additions & 5 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.4</version>
<version>1.11.1</version>
</skin>
<bannerLeft>
<name>Eclipse Jetty Integration</name>
Expand All @@ -14,6 +14,7 @@
</bannerLeft>
<body>
<head>
<![CDATA[
<meta name="og:title" content="Eclipse Jetty Plugin" />
<meta itemprop="name" content="Eclipse Jetty Plugin" />
<meta name="description" content="The Eclipse Jetty Plugin enables running/debugging of Java web applications with Jetty in the Eclipse IDE. It supports Jetty 6-9 (has an own Jetty 8 included) and works well in conjunction with the m2e Maven integration." />
Expand All @@ -24,7 +25,8 @@
<meta name="og:url" content="http://eclipse-jetty.github.io/" />
<meta name="og:site_name" content="Eclipse Jetty Plugin" />
<link href="http://eclipse-jetty.github.io/" rel="canonical" />
<link rel="shortcut icon" type="image/x-icon" href="http://eclipse-jetty.github.io/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="http://eclipse-jetty.github.io/favicon.ico" />
]]>
</head>

<links>
Expand All @@ -43,9 +45,9 @@

<menu name="Additional Infos">
<item name="Version History" href="changes-report.html" />
<item name="Team" href="team-list.html" />
<item name="License" href="license.html" />
<item name="Source Repository" href="source-repository.html" />
<item name="Team" href="team.html" />
<item name="License" href="licenses.html" />
<item name="Sources" href="scm.html" />
</menu>
</body>
</project>
2 changes: 1 addition & 1 deletion starters/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>eclipse-jetty-starters</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starters/console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>eclipse-jetty-starters</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-console</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starters/embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>eclipse-jetty-starters</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-embedded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starters/jetty10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>eclipse-jetty-starters</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-jetty10</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starters/jetty11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>eclipse-jetty-starters</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-jetty11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starters/jetty7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>eclipse-jetty-starters</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-jetty7</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starters/jetty8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>eclipse-jetty-starters</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-jetty8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starters/jetty9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>eclipse-jetty-starters</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-jetty9</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>parent</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starters/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>eclipse-jetty-starters</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-util</artifactId>
Expand Down

0 comments on commit fc16843

Please sign in to comment.