Skip to content

Commit 06171ed

Browse files
committed
prepare release 5.3.0.Alpha3
1 parent d882663 commit 06171ed

File tree

24 files changed

+36
-36
lines changed

24 files changed

+36
-36
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.jboss.tools.windup.feature"
44
label="%featureName"
5-
version="5.3.0.qualifier"
5+
version="5.3.0.Alpha3"
66
plugin="org.jboss.tools.windup.ui"
77
license-feature="org.jboss.tools.foundation.license.feature"
88
provider-name="%providerName"

features/org.jboss.tools.windup.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.windup</groupId>
66
<artifactId>features</artifactId>
7-
<version>5.3.0-SNAPSHOT</version>
7+
<version>5.3.0.Alpha3</version>
88
</parent>
99
<groupId>org.jboss.tools.windup.features</groupId>
1010
<artifactId>org.jboss.tools.windup.feature</artifactId>

features/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</groupId>
77
<artifactId>windup</artifactId>
8-
<version>5.3.0-SNAPSHOT</version>
8+
<version>5.3.0.Alpha3</version>
99
</parent>
1010

1111
<groupId>org.jboss.tools.windup</groupId>

plugins/org.jboss.tools.windup.core/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: %plugin.name
44
Bundle-SymbolicName: org.jboss.tools.windup.core;singleton:=true
5-
Bundle-Version: 5.3.0.qualifier
5+
Bundle-Version: 5.3.0.Alpha3
66
Bundle-ClassPath: .
77
Bundle-Activator: org.jboss.tools.windup.core.WindupCorePlugin
88
Bundle-Vendor: %plugin.vendor

plugins/org.jboss.tools.windup.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jboss.tools.windup</groupId>
1818
<artifactId>plugins</artifactId>
19-
<version>5.3.0-SNAPSHOT</version>
19+
<version>5.3.0.Alpha3</version>
2020
</parent>
2121

2222
<groupId>org.jboss.tools.windup.plugins</groupId>

plugins/org.jboss.tools.windup.model.edit/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: %pluginName
44
Bundle-SymbolicName: org.jboss.tools.windup.model.edit;singleton:=true
5-
Bundle-Version: 5.3.0.qualifier
5+
Bundle-Version: 5.3.0.Alpha3
66
Bundle-ClassPath: .
77
Bundle-Activator: org.jboss.tools.windup.model.edit.domain.WindupEditPlugin
88
Bundle-Vendor: %providerName

plugins/org.jboss.tools.windup.model.edit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jboss.tools.windup</groupId>
88
<artifactId>plugins</artifactId>
9-
<version>5.3.0-SNAPSHOT</version>
9+
<version>5.3.0.Alpha3</version>
1010
</parent>
1111

1212
<groupId>org.jboss.tools.windup.plugins</groupId>

plugins/org.jboss.tools.windup.model.editor/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: %pluginName
44
Bundle-SymbolicName: org.jboss.tools.windup.model.editor;singleton:=true
5-
Bundle-Version: 5.3.0.qualifier
5+
Bundle-Version: 5.3.0.Alpha3
66
Bundle-ClassPath: .
77
Bundle-Activator: org.jboss.tools.windup.windup.presentation.WindupEditorPlugin$Implementation
88
Bundle-Vendor: %providerName

plugins/org.jboss.tools.windup.model.editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jboss.tools.windup</groupId>
88
<artifactId>plugins</artifactId>
9-
<version>5.3.0-SNAPSHOT</version>
9+
<version>5.3.0.Alpha3</version>
1010
</parent>
1111

1212
<groupId>org.jboss.tools.windup.plugins</groupId>

plugins/org.jboss.tools.windup.model/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: Model
44
Bundle-SymbolicName: org.jboss.tools.windup.model;singleton:=true
5-
Bundle-Version: 5.3.0.qualifier
5+
Bundle-Version: 5.3.0.Alpha3
66
Eclipse-BundleShape: dir
77
Bundle-Activator: org.jboss.tools.windup.model.Activator
88
Require-Bundle: org.eclipse.ui,

0 commit comments

Comments
 (0)