Skip to content

Commit

Permalink
JBIDE-29058: fix after update to 2023-09 GA (#503)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
  • Loading branch information
sbouchet authored Sep 28, 2023
1 parent fb7288e commit 22578ac
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.community.project.examples.feature"
label="JBoss Tools Community Project Examples"
version="3.3.0.qualifier"
version="3.3.100.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.community.project.examples"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.features</groupId>
<artifactId>org.jboss.tools.community.project.examples.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.maven.project.examples.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.100.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.maven.project.examples"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.maven.features</groupId>
<artifactId>org.jboss.tools.maven.project.examples.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.project.examples.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.100.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.project.examples"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.features</groupId>
<artifactId>org.jboss.tools.project.examples.feature</artifactId>
<packaging>eclipse-feature</packaging>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.project.examples.test.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.100.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.features</groupId>
<artifactId>org.jboss.tools.project.examples.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.community.project.examples;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Require-Bundle: org.jboss.tools.project.examples
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.plugins</groupId>
<artifactId>org.jboss.tools.community.project.examples</artifactId>
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.jboss.tools.maven.project.examples;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Bundle-Activator: org.jboss.tools.maven.project.examples.MavenProjectExamplesActivator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.maven.plugins</groupId>
<artifactId>org.jboss.tools.maven.project.examples</artifactId>
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.project.examples.cheatsheet;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Bundle-Activator: org.jboss.tools.project.examples.cheatsheet.Activator
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.plugins</groupId>
<artifactId>org.jboss.tools.project.examples.cheatsheet</artifactId>
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.project.examples;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Bundle-Activator: org.jboss.tools.project.examples.internal.ProjectExamplesActivator
Bundle-Vendor: %BundleVendor
Require-Bundle: org.eclipse.ui,
Expand Down Expand Up @@ -65,7 +65,6 @@ Export-Package: org.jboss.tools.project.examples,
org.jboss.tools.project.examples.wizard
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: com.sun.xml.bind.v2;version="2.3.3",
javax.activation;version="1.2.2",
javax.xml.bind;version="2.3.3",
javax.xml.bind.annotation;version="2.3.3",
javax.xml.bind.annotation.adapters;version="2.3.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/plugins/org.jboss.tools.project.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.plugins</groupId>
<artifactId>org.jboss.tools.project.examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
<name>examples.all</name>
<packaging>pom</packaging>
<modules>
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.maven.examples.test;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.jboss.tools.project.examples,
org.jboss.tools.community.project.examples,
Expand Down
2 changes: 1 addition & 1 deletion examples/tests/org.jboss.tools.maven.examples.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>tests</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.maven.tests</groupId>
<artifactId>org.jboss.tools.maven.examples.test</artifactId>
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.project.examples.test;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.jboss.tools.tests,
org.jboss.tools.project.examples;bundle-version="2.0.0",
Expand Down Expand Up @@ -38,5 +38,4 @@ Export-Package: org.jboss.tools.project.examples.model
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Import-Package: com.sun.xml.bind.v2;version="2.3.3",
javax.activation;version="1.2.2",
javax.xml.bind;version="2.3.3"
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>tests</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.tests</groupId>
<artifactId>org.jboss.tools.project.examples.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>tests</artifactId>
Expand Down

0 comments on commit 22578ac

Please sign in to comment.