Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RAP Tools version to 3.28.0 #62

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundles/org.eclipse.rap.doc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.rap.doc;singleton:=true
Bundle-Version: 3.27.0.qualifier
Bundle-Version: 3.28.0.qualifier
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help,
org.eclipse.core.runtime,
Expand Down
6 changes: 3 additions & 3 deletions bundles/org.eclipse.rap.doc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2023 EclipseSource and others.
Copyright (c) 2011, 2024 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -17,12 +17,12 @@
<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.rap.tools.build</relativePath>
</parent>

<artifactId>org.eclipse.rap.doc</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.rap.tools.intro/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: %Bundle-Name
Bundle-SymbolicName: org.eclipse.rap.tools.intro;singleton:=true
Bundle-Version: 3.27.0.qualifier
Bundle-Version: 3.28.0.qualifier
Require-Bundle: org.eclipse.ui.intro,
org.eclipse.ui.intro.universal,
org.eclipse.ui,
Expand Down
6 changes: 3 additions & 3 deletions bundles/org.eclipse.rap.tools.intro/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2023 EclipseSource and others.
Copyright (c) 2011, 2024 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -16,13 +16,13 @@

<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools.intro</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.rap.tools.build/pom.xml</relativePath>
</parent>

Expand Down
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: %Bundle-Name
Bundle-SymbolicName: org.eclipse.rap.tools.launch.rwt;singleton:=true
Bundle-Version: 3.27.0.qualifier
Bundle-Version: 3.28.0.qualifier
Bundle-Activator: org.eclipse.rap.tools.launch.rwt.internal.RWTLaunchActivator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
org.eclipse.core.variables;bundle-version="[3.2.0,4.0.0)",
Expand Down
6 changes: 3 additions & 3 deletions bundles/org.eclipse.rap.tools.launch.rwt/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2023 EclipseSource and others.
Copyright (c) 2011, 2024 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -16,13 +16,13 @@

<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools.launch.rwt</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.rap.tools.build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.rap.tools.launch/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: %Bundle-Name
Bundle-SymbolicName: org.eclipse.rap.tools.launch;singleton:=true
Bundle-Version: 3.27.0.qualifier
Bundle-Version: 3.28.0.qualifier
Bundle-Activator: org.eclipse.rap.tools.launch.internal.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.debug.ui,
Expand Down
6 changes: 3 additions & 3 deletions bundles/org.eclipse.rap.tools.launch/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2023 EclipseSource and others.
Copyright (c) 2011, 2024 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -16,13 +16,13 @@

<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools.launch</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.rap.tools.build/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions bundles/org.eclipse.rap.tools.templates/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2023 EclipseSource and others.
Copyright (c) 2011, 2024 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.rap.tools.build/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.rap.tools.feature/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2011, 2023 EclipseSource and others.
Copyright (C) 2011, 2024 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.rap.tools.build/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014, 2023 EclipseSource and others
Copyright (C) 2014, 2024 EclipseSource and others
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -18,7 +18,7 @@

<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-build</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions releng/org.eclipse.rap.tools.build/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2011, 2023 EclipseSource and others.
Copyright (C) 2011, 2024 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -16,7 +16,7 @@

<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2011, 2023 EclipseSource and others
Copyright (C) 2011, 2024 EclipseSource and others
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2011, 2023 EclipseSource and others
Copyright (C) 2011, 2024 EclipseSource and others
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.rap.tools-repository-selfcontained</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions releng/org.eclipse.rap.tools.build/repository/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2011, 2023 EclipseSource and others
Copyright (C) 2011, 2024 EclipseSource and others
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.rap.tools-repository</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.rap.tools.launch.rwt.test
Bundle-Version: 3.27.0.qualifier
Bundle-Version: 3.28.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Fragment-Host: org.eclipse.rap.tools.launch.rwt;bundle-version="[3.27.0,4.0.0)"
Fragment-Host: org.eclipse.rap.tools.launch.rwt;bundle-version="[3.28.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.junit;bundle-version="4.8.2"
Automatic-Module-Name: org.eclipse.rap.tools.launch.rwt.test
6 changes: 3 additions & 3 deletions tests/org.eclipse.rap.tools.launch.rwt.test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013, 2023 EclipseSource and others.
Copyright (c) 2013, 2024 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -16,13 +16,13 @@

<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools.launch.rwt.test</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.rap.tools.build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/org.eclipse.rap.tools.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.rap.tools.tests
Bundle-Version: 3.27.0.qualifier
Bundle-Version: 3.28.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
Expand Down
6 changes: 3 additions & 3 deletions tests/org.eclipse.rap.tools.tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013, 2023 EclipseSource and others.
Copyright (c) 2013, 2024 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
Expand All @@ -16,13 +16,13 @@

<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools.tests</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.tools-parent</artifactId>
<version>3.27.0-SNAPSHOT</version>
<version>3.28.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.rap.tools.build/pom.xml</relativePath>
</parent>

Expand Down