From d1860e8349eb5c651b2ce27f9f9d1bccd28091bd Mon Sep 17 00:00:00 2001 From: Will Lo Date: Thu, 30 Apr 2026 15:37:56 -0700 Subject: [PATCH 1/3] chore: bump version to 2.7.1 --- feature/feature.xml | 4 ++-- feature/pom.xml | 2 +- plugin/META-INF/MANIFEST.MF | 2 +- plugin/pom.xml | 2 +- pom.xml | 2 +- telemetry/pom.xml | 2 +- updatesite/category.xml | 2 +- updatesite/pom.xml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/feature/feature.xml b/feature/feature.xml index 9448c6935..076456415 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -2,7 +2,7 @@ + version="2.7.1.qualifier"> Amazon Q Developer helps users build faster across the entire software development lifecycle by providing tailored responses and code recommendations that conform to their team's internal libraries, proprietary algorithmic techniques, and enterprise code style. @@ -198,6 +198,6 @@ https://github.com/aws/amazon-q-eclipse/blob/main/attribution.xml id="amazon-q-eclipse" download-size="11000" install-size="0" - version="2.7.0.qualifier" + version="2.7.1.qualifier" unpack="false"/> diff --git a/feature/pom.xml b/feature/pom.xml index 1b0797e9c..f6f4de743 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.0-SNAPSHOT + 2.7.1-SNAPSHOT ../ diff --git a/plugin/META-INF/MANIFEST.MF b/plugin/META-INF/MANIFEST.MF index 38189c395..4cd3c6690 100644 --- a/plugin/META-INF/MANIFEST.MF +++ b/plugin/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: Amazon Q for Eclipse Bundle-Provider: Amazon Web Services Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-SymbolicName: amazon-q-eclipse;singleton:=true -Bundle-Version: 2.7.0.qualifier +Bundle-Version: 2.7.1.qualifier Automatic-Module-Name: amazon.q.eclipse Bundle-ActivationPolicy: lazy Bundle-Activator: software.aws.toolkits.eclipse.amazonq.plugin.Activator diff --git a/plugin/pom.xml b/plugin/pom.xml index a1a0756c5..c5d267fb3 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.0-SNAPSHOT + 2.7.1-SNAPSHOT ../ diff --git a/pom.xml b/pom.xml index c80dd0b86..448c7fc8c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.0-SNAPSHOT + 2.7.1-SNAPSHOT pom diff --git a/telemetry/pom.xml b/telemetry/pom.xml index 7c31dd584..6b4857375 100644 --- a/telemetry/pom.xml +++ b/telemetry/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.0-SNAPSHOT + 2.7.1-SNAPSHOT ../ diff --git a/updatesite/category.xml b/updatesite/category.xml index 532c1e272..1f72a6e65 100644 --- a/updatesite/category.xml +++ b/updatesite/category.xml @@ -1,6 +1,6 @@ - + diff --git a/updatesite/pom.xml b/updatesite/pom.xml index fc7d4c829..94f367880 100644 --- a/updatesite/pom.xml +++ b/updatesite/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.0-SNAPSHOT + 2.7.1-SNAPSHOT ../ From 90fe3907a06c6da0ea6c8a1fd30a00a9b5bb7a61 Mon Sep 17 00:00:00 2001 From: Will Lo Date: Thu, 30 Apr 2026 16:37:19 -0700 Subject: [PATCH 2/3] doc: patch #550 --- plugin/webview/src/q-ui/components/qOptions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/webview/src/q-ui/components/qOptions.vue b/plugin/webview/src/q-ui/components/qOptions.vue index 1a3c042a3..7ce00a24c 100644 --- a/plugin/webview/src/q-ui/components/qOptions.vue +++ b/plugin/webview/src/q-ui/components/qOptions.vue @@ -119,7 +119,7 @@ export default defineComponent({ window.telemetryApi.postClickEvent("maintenanceLearnMoreLink") window.ideApi.postMessage({ command: 'openUrl', - params: { url: 'https://aws.amazon.com/q/developer/' } + params: { url: 'https://aws.amazon.com/blogs/devops/amazon-q-developer-end-of-support-announcement/' } }) }, handleBackButtonClick() { From 9a5fbb5bd19f0d48f9fd1c5e57999e5b3520dc32 Mon Sep 17 00:00:00 2001 From: Will Lo Date: Thu, 30 Apr 2026 17:14:57 -0700 Subject: [PATCH 3/3] chore: bump version to 2.7.2 --- feature/feature.xml | 4 ++-- feature/pom.xml | 2 +- plugin/META-INF/MANIFEST.MF | 2 +- plugin/pom.xml | 2 +- pom.xml | 2 +- telemetry/pom.xml | 2 +- updatesite/category.xml | 2 +- updatesite/pom.xml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/feature/feature.xml b/feature/feature.xml index 076456415..a8ace23dd 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -2,7 +2,7 @@ + version="2.7.2.qualifier"> Amazon Q Developer helps users build faster across the entire software development lifecycle by providing tailored responses and code recommendations that conform to their team's internal libraries, proprietary algorithmic techniques, and enterprise code style. @@ -198,6 +198,6 @@ https://github.com/aws/amazon-q-eclipse/blob/main/attribution.xml id="amazon-q-eclipse" download-size="11000" install-size="0" - version="2.7.1.qualifier" + version="2.7.2.qualifier" unpack="false"/> diff --git a/feature/pom.xml b/feature/pom.xml index f6f4de743..2c6bf1700 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.1-SNAPSHOT + 2.7.2-SNAPSHOT ../ diff --git a/plugin/META-INF/MANIFEST.MF b/plugin/META-INF/MANIFEST.MF index 4cd3c6690..11a60549e 100644 --- a/plugin/META-INF/MANIFEST.MF +++ b/plugin/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: Amazon Q for Eclipse Bundle-Provider: Amazon Web Services Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-SymbolicName: amazon-q-eclipse;singleton:=true -Bundle-Version: 2.7.1.qualifier +Bundle-Version: 2.7.2.qualifier Automatic-Module-Name: amazon.q.eclipse Bundle-ActivationPolicy: lazy Bundle-Activator: software.aws.toolkits.eclipse.amazonq.plugin.Activator diff --git a/plugin/pom.xml b/plugin/pom.xml index c5d267fb3..f0959bb5b 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.1-SNAPSHOT + 2.7.2-SNAPSHOT ../ diff --git a/pom.xml b/pom.xml index 448c7fc8c..bba891d9d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.1-SNAPSHOT + 2.7.2-SNAPSHOT pom diff --git a/telemetry/pom.xml b/telemetry/pom.xml index 6b4857375..a1224d0b4 100644 --- a/telemetry/pom.xml +++ b/telemetry/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.1-SNAPSHOT + 2.7.2-SNAPSHOT ../ diff --git a/updatesite/category.xml b/updatesite/category.xml index 1f72a6e65..72968e126 100644 --- a/updatesite/category.xml +++ b/updatesite/category.xml @@ -1,6 +1,6 @@ - + diff --git a/updatesite/pom.xml b/updatesite/pom.xml index 94f367880..d4166d91f 100644 --- a/updatesite/pom.xml +++ b/updatesite/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.1-SNAPSHOT + 2.7.2-SNAPSHOT ../