Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Oct 20, 2022
1 parent b1eec58 commit f5560f4
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 18 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="7.0.0.qualifier"
version="7.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="7.0.0.qualifier"
version="7.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>7.0.0-SNAPSHOT</version>
<version>7.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: 7.0.0.qualifier
Bundle-Version: 7.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<name>Eclipse Jetty Integration</name>
<version>7.0.0-SNAPSHOT</version>
<version>7.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>
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_7.0.0.qualifier.jar" id="net.sourceforge.eclipsejetty.feature" version="7.0.0.qualifier">
<feature url="features/net.sourceforge.eclipsejetty.feature_7.0.0.jar" id="net.sourceforge.eclipsejetty.feature" version="7.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>
<artifactId>eclipse-jetty-site</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
8 changes: 8 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
</properties>

<body>
<release version="7.0.0" date="2022-10-20">
<action dev="Wallabeng" type="update" issue="61">
Support for eclipse 2022-09 / m2e 2.0
</action>
<action dev="derkoe" type="fix" issue="65">
Fix missing ecj for embedded Jetty
</action>
</release>
<release version="6.0.0" date="2022-10-14">
<action dev="derkoe" type="update" issue="62">
Support for Jetty 10 and 11, remove Jetty 6
Expand Down
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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

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

0 comments on commit f5560f4

Please sign in to comment.