Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Jun 29, 2018
1 parent 0242436 commit 77b4c58
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 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="4.0.0.qualifier"
version="4.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="4.0.0.qualifier"
version="4.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>4.0.0-SNAPSHOT</version>
<version>4.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: 4.0.0.qualifier
Bundle-Version: 4.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 @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.eclipsejetty</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.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 @@ -5,7 +5,7 @@
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<name>Eclipse Jetty Integration</name>
<version>4.0.0-SNAPSHOT</version>
<version>4.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_4.0.0.qualifier.jar" id="net.sourceforge.eclipsejetty.feature" version="4.0.0.qualifier">
<feature url="features/net.sourceforge.eclipsejetty.feature_4.0.0.jar" id="net.sourceforge.eclipsejetty.feature" version="4.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>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>eclipse-jetty-site</artifactId>
<packaging>eclipse-repository</packaging>
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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-embedded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starters/jetty6/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>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>eclipse-jetty-starters-jetty6</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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

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

0 comments on commit 77b4c58

Please sign in to comment.