Skip to content

Commit c292e76

Browse files
authored
JBIDE-28353: Fix javaee after hibernate revert (#488)
* JBIDE-28353: fix after 4.23.0.AM1 tp update Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> * Updated version Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent 904510c commit c292e76

60 files changed

Lines changed: 62 additions & 62 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

seam/features/org.jboss.tools.runtime.seam.detector.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature id="org.jboss.tools.runtime.seam.detector.feature" label="%featureName" version="3.8.400.qualifier" provider-name="%featureProvider" plugin="org.jboss.tools.runtime.seam.detector"
2+
<feature id="org.jboss.tools.runtime.seam.detector.feature" label="%featureName" version="3.8.500.qualifier" provider-name="%featureProvider" plugin="org.jboss.tools.runtime.seam.detector"
33
license-feature="org.jboss.tools.foundation.license.feature"
44
license-feature-version="0.0.0">
55

seam/features/org.jboss.tools.runtime.seam.detector.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.tools.seam</groupId>
77
<artifactId>features</artifactId>
8-
<version>3.8.400-SNAPSHOT</version>
8+
<version>3.8.500-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.jboss.tools.seam.features</groupId>
1111
<artifactId>org.jboss.tools.runtime.seam.detector.feature</artifactId>

seam/features/org.jboss.tools.seam.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature id="org.jboss.tools.seam.feature" label="%featureName" version="3.8.400.qualifier" provider-name="%featureProvider" plugin="org.jboss.tools.seam.core"
2+
<feature id="org.jboss.tools.seam.feature" label="%featureName" version="3.8.500.qualifier" provider-name="%featureProvider" plugin="org.jboss.tools.seam.core"
33
license-feature="org.jboss.tools.foundation.license.feature"
44
license-feature-version="0.0.0">
55

seam/features/org.jboss.tools.seam.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.tools.seam</groupId>
66
<artifactId>features</artifactId>
7-
<version>3.8.400-SNAPSHOT</version>
7+
<version>3.8.500-SNAPSHOT</version>
88
</parent>
99
<groupId>org.jboss.tools.seam.features</groupId>
1010
<artifactId>org.jboss.tools.seam.feature</artifactId>

seam/features/org.jboss.tools.seam.test.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature id="org.jboss.tools.seam.test.feature" label="%featureName" version="3.8.400.qualifier" provider-name="%featureProvider"
2+
<feature id="org.jboss.tools.seam.test.feature" label="%featureName" version="3.8.500.qualifier" provider-name="%featureProvider"
33
license-feature="org.jboss.tools.foundation.license.feature"
44
license-feature-version="0.0.0">
55

seam/features/org.jboss.tools.seam.test.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.tools.seam</groupId>
66
<artifactId>features</artifactId>
7-
<version>3.8.400-SNAPSHOT</version>
7+
<version>3.8.500-SNAPSHOT</version>
88
</parent>
99
<groupId>org.jboss.tools.seam.features</groupId>
1010
<artifactId>org.jboss.tools.seam.test.feature</artifactId>

seam/features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
44
<parent>
55
<groupId>org.jboss.tools</groupId>
66
<artifactId>seam</artifactId>
7-
<version>3.8.400-SNAPSHOT</version>
7+
<version>3.8.500-SNAPSHOT</version>
88
</parent>
99
<groupId>org.jboss.tools.seam</groupId>
1010
<artifactId>features</artifactId>

seam/plugins/org.jboss.tools.runtime.seam.detector/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %BundleName
44
Bundle-SymbolicName: org.jboss.tools.runtime.seam.detector;singleton:=true
5-
Bundle-Version: 3.8.400.qualifier
5+
Bundle-Version: 3.8.500.qualifier
66
Require-Bundle: org.eclipse.core.runtime,
77
org.junit;bundle-version="4.8.1",
88
org.jboss.tools.runtime.ui,

seam/plugins/org.jboss.tools.runtime.seam.detector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.tools.seam</groupId>
77
<artifactId>plugins</artifactId>
8-
<version>3.8.400-SNAPSHOT</version>
8+
<version>3.8.500-SNAPSHOT</version>
99
</parent>
1010
<groupId>org.jboss.tools.runtime.plugins</groupId>
1111
<artifactId>org.jboss.tools.runtime.seam.detector</artifactId>

seam/plugins/org.jboss.tools.seam.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
4141
org.jboss.tools.common.validation,
4242
org.jboss.tools.common.ui,
4343
org.eclipse.jst.jsf.facelet.core;bundle-version="1.0.100"
44-
Bundle-Version: 3.8.400.qualifier
44+
Bundle-Version: 3.8.500.qualifier
4545
Export-Package:
4646
org.jboss.tools.seam.core,
4747
org.jboss.tools.seam.core.event,

0 commit comments

Comments
 (0)