Skip to content

Commit

Permalink
Prepare feature and affected bundle for 3.27.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mknauer committed Dec 5, 2023
1 parent 36a8bea commit 69f7cf2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 7 deletions.
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: %bundleName
Bundle-SymbolicName: org.eclipse.rap.tools.templates;singleton:=true
Bundle-Version: 3.27.0.qualifier
Bundle-Version: 3.27.1.qualifier
Bundle-Vendor: %bundleProvider
Bundle-Localization: plugin
Bundle-Activator: org.eclipse.rap.tools.templates.internal.Activator
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.rap.tools.templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

<parent>
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.rap.tools.feature/feature.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2007, 2022 Innoopract Informationssysteme GmbH.
# Copyright (c) 2007, 2023 Innoopract Informationssysteme GmbH.
# 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 @@ -13,7 +13,7 @@
description = Contains tools that support the development of RAP applications.

copyright = \
Copyright (c) 2007, 2022 Innoopract Informationssysteme GmbH and others.\n\
Copyright (c) 2007, 2023 Innoopract Informationssysteme GmbH and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.rap.tools.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.rap.tools.feature"
label="RAP Tools"
version="3.27.0.qualifier"
version="3.27.1.qualifier"
provider-name="Eclipse.org - RAP"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
1 change: 1 addition & 0 deletions features/org.eclipse.rap.tools.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@

<artifactId>org.eclipse.rap.tools.feature</artifactId>
<packaging>eclipse-feature</packaging>
<version>3.27.1-SNAPSHOT</version>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
EclipseSource - initial implementation
-->
<site>
<feature url="http://eclipse.org/rap" id="org.eclipse.rap.tools.feature" version="3.27.0.qualifier">
<feature url="http://eclipse.org/rap" id="org.eclipse.rap.tools.feature" version="3.27.1.qualifier">
<category name="org.eclipse.rap.category"/>
</feature>
<category-def name="org.eclipse.rap.category" label="Remote Application Platform (RAP) - self contained"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<artifactId>org.eclipse.rap.tools-repository-selfcontained</artifactId>
<packaging>eclipse-repository</packaging>
<version>3.27.1-SNAPSHOT</version>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.rap.tools.build/repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
EclipseSource - initial implementation
-->
<site>
<feature url="http://eclipse.org/rap" id="org.eclipse.rap.tools.feature" version="3.27.0.qualifier">
<feature url="http://eclipse.org/rap" id="org.eclipse.rap.tools.feature" version="3.27.1.qualifier">
<category name="org.eclipse.rap.category"/>
</feature>
<category-def name="org.eclipse.rap.category" label="Remote Application Platform (RAP)"/>
Expand Down
2 changes: 2 additions & 0 deletions releng/org.eclipse.rap.tools.build/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

<artifactId>org.eclipse.rap.tools-repository</artifactId>
<packaging>eclipse-repository</packaging>
<version>3.27.1-SNAPSHOT</version>


<build>
<plugins>
Expand Down

0 comments on commit 69f7cf2

Please sign in to comment.