Skip to content

Commit a0a7b56

Browse files
committed
remove quarkus1 from list of target technologies. move to no-index version of mta-cli. update plugin version qualifier.
1 parent efb39bf commit a0a7b56

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

plugins/org.jboss.tools.windup.model/model/migration-paths/migration-paths.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@
7373
</path>
7474

7575
<path id="1000">
76-
<name>Quarkus to Quarkus1</name>
77-
<source id="quarkus"/>
78-
<target id="quarkus1"/>
79-
</path>
80-
81-
<path id="1001">
8276
<name>Thorntail to EAP XP2</name>
8377
<source id="thorntail"/>
8478
<target id="eapxp"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Localization: plugin
44
Bundle-Name: %plugin.name
55
Bundle-SymbolicName: org.jboss.tools.windup.runtime;singleton:=true
6-
Bundle-Version: 5.3.0-SNAPSHOT
6+
Bundle-Version: 5.3.0.qualifier
77
Bundle-Activator: org.jboss.tools.windup.runtime.WindupRuntimePlugin
88
Eclipse-BundleShape: dir
99
Require-Bundle: org.eclipse.core.runtime,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<groupId>org.jboss.windup</groupId>
161161
<artifactId>mta-cli</artifactId>
162162
<version>${windup.version}</version>
163-
<classifier>offline</classifier>
163+
<classifier>no-index</classifier>
164164
<type>zip</type>
165165
<overWrite>true</overWrite>
166166
<outputDirectory>${windup.dist.dir}</outputDirectory>

0 commit comments

Comments
 (0)