Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated version to 4.2 #505

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eclipse/ide-target-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I get it right, this "4.2.0-SNAPSHOT" is derived from parent POM if not specified at all.
Disclaimer: not a maven expert

<relativePath>../..</relativePath>
</parent>
<artifactId>ide-target-platform.repo</artifactId>
Expand Down
24 changes: 12 additions & 12 deletions features/com.gwtplugins.eclipse.suite.v3.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.gwtplugins.eclipse.suite.v3.feature"
label="%featureName"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But "simplifying" the feature version might be trickier

provider-name="%providerName"
plugin="com.gwtplugins.gdt.eclipse.suite">

Expand Down Expand Up @@ -104,77 +104,77 @@
id="com.gwtplugins.gwt.eclipse.core"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

<plugin
id="com.gwtplugins.gdt.eclipse.maven"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

<plugin
id="com.gwtplugins.gdt.eclipse.platform"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

<plugin
id="com.gwtplugins.gdt.eclipse.suite"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

<plugin
id="com.gwtplugins.gdt.eclipse.suite.update"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

<plugin
id="com.gwtplugins.gwt.eclipse.core"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

<plugin
id="com.gwtplugins.gwt.eclipse.oophm"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

<plugin
id="com.gwtplugins.gwt.eclipse.wtp"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

<plugin
id="com.gwtplugins.gwt.eclipse.wtp.maven"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

<plugin
id="com.gwtplugins.gdt.eclipse.core"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

<plugin
id="com.gwtplugins.gwt.eclipse.gss"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.2.0.qualifier"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion features/com.gwtplugins.eclipse.suite.v3.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Name: %pluginName
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: com.gwtplugins.gcp.eclipse.testing;singleton:=true
Bundle-Vendor: %providerName
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Export-Package: com.google.gcp.eclipse.testing
Require-Bundle:
com.gwtplugins.gdt.eclipse.core,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gcp.eclipse.testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>com.gwtplugins.gcp.eclipse.testing</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Bundle-Name: Test Fragment
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: com.gwtplugins.gdt.eclipse.core.test
Bundle-Vendor: GWT Project
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Fragment-Host: com.gwtplugins.gdt.eclipse.core
Require-Bundle: org.junit
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gdt.eclipse.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>com.gwtplugins.gdt.eclipse.core.test</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Bundle-Name: %pluginName
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: com.gwtplugins.gdt.eclipse.core;singleton:=true
Bundle-Vendor: %providerName
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Export-Package: com.google.common.annotations,
com.google.common.base,
com.google.common.base.internal,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gdt.eclipse.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>com.gwtplugins.gdt.eclipse.core</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Name: %pluginName
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: com.gwtplugins.gdt.eclipse.maven;singleton:=true
Bundle-Vendor: %providerName
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Export-Package: com.google.gdt.eclipse.maven,
com.google.gdt.eclipse.maven.configurators,
com.google.gdt.eclipse.maven.launch,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gdt.eclipse.maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>com.gwtplugins.gdt.eclipse.maven</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Name: %pluginName
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: com.gwtplugins.gdt.eclipse.platform;singleton:=true
Bundle-Vendor: %providerName
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Export-Package: com.google.gdt.eclipse.platform.debug.ui,
com.google.gdt.eclipse.platform.jdt.dom,
com.google.gdt.eclipse.platform.jdt.formatter,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gdt.eclipse.platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>


<artifactId>com.gwtplugins.gdt.eclipse.platform</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: Test Fragment
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: com.gwtplugins.gdt.eclipse.suite.test
Bundle-Vendor: GWT Project
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Fragment-Host: com.gwtplugins.gdt.eclipse.suite
Require-Bundle: com.gwtplugins.gcp.eclipse.testing,
com.gwtplugins.gwt.eclipse.testing,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gdt.eclipse.suite.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>com.gwtplugins.gdt.eclipse.suite.test</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Name: GWT Development Tools Suite Plugin
Bundle-SymbolicName: com.gwtplugins.gdt.eclipse.suite.update;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: GWT Eclipse Plugin
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Export-Package: com.google.gdt.eclipse.suite.update,
com.google.gdt.eclipse.suite.update.builders,
com.google.gdt.eclipse.suite.update.ui,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gdt.eclipse.suite.update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>com.gwtplugins.gdt.eclipse.suite.update</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Name: %pluginName
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: com.gwtplugins.gdt.eclipse.suite;singleton:=true
Bundle-Vendor: %providerName
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Export-Package: com.google.gdt.eclipse.suite,
com.google.gdt.eclipse.suite.actions,
com.google.gdt.eclipse.suite.launch,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gdt.eclipse.suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>com.gwtplugins.gdt.eclipse.suite</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: GWT Core Test Fragment
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: com.gwtplugins.gwt.eclipse.core.test
Bundle-Vendor: GWT Project
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Fragment-Host: com.gwtplugins.gwt.eclipse.core
Require-Bundle: com.gwtplugins.gcp.eclipse.testing,
com.gwtplugins.gwt.eclipse.testing,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gwt.eclipse.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>


<artifactId>com.gwtplugins.gwt.eclipse.core.test</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: com.gwtplugins.gwt.eclipse.core;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %providerName
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Export-Package: com.google.gwt.eclipse.core,
com.google.gwt.eclipse.core.actions,
com.google.gwt.eclipse.core.applications,
Expand Down
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gwt.eclipse.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>com.gwtplugins.gwt.eclipse.core</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
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: GWT GSS Tools
Bundle-SymbolicName: com.gwtplugins.gwt.eclipse.gss;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Bundle-Activator: com.gwtplugins.gwt.eclipse.gss.Activator
Bundle-Vendor: GWT Eclipse Plugin
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.gwtplugins.gwt.eclipse.gss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: GWT Out-Of-Process Hosted Mode Plugin Test Fragment
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-SymbolicName: com.gwtplugins.gwt.eclipse.oophm.test
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.2.0.qualifier
Fragment-Host: com.gwtplugins.gwt.eclipse.oophm
Require-Bundle: org.junit
4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gwt.eclipse.oophm.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.gwtplugins.eclipse</groupId>
<artifactId>trunk</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>com.gwtplugins.gwt.eclipse.oophm.test</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

</project>
Loading
Loading