diff --git a/feature/feature.xml b/feature/feature.xml index a8ace23d..159f0570 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -2,7 +2,7 @@ + version="2.7.3.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.2.qualifier" + version="2.7.3.qualifier" unpack="false"/> diff --git a/feature/pom.xml b/feature/pom.xml index 2c6bf170..e93a0fff 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.2-SNAPSHOT + 2.7.3-SNAPSHOT ../ diff --git a/plugin/META-INF/MANIFEST.MF b/plugin/META-INF/MANIFEST.MF index 11a60549..e1a0f2d1 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.2.qualifier +Bundle-Version: 2.7.3.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 f0959bb5..036d1a55 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.2-SNAPSHOT + 2.7.3-SNAPSHOT ../ diff --git a/plugin/src/software/aws/toolkits/eclipse/amazonq/util/Constants.java b/plugin/src/software/aws/toolkits/eclipse/amazonq/util/Constants.java index 822d42c5..e2b009eb 100644 --- a/plugin/src/software/aws/toolkits/eclipse/amazonq/util/Constants.java +++ b/plugin/src/software/aws/toolkits/eclipse/amazonq/util/Constants.java @@ -42,7 +42,7 @@ private Constants() { + " of the IDE preferences."; public static final String KIRO_SUNSET_NOTIFICATION_TITLE = "Amazon Q Developer end of support"; public static final String KIRO_SUNSET_NOTIFICATION_BODY = "Amazon Q Developer IDE plugins will reach end of support on April 30, 2027." - + " New accounts will no longer be available starting May 15, 2026, but existing users can still sign-in below."; + + " New accounts will no longer be available starting May 15, 2026"; public static final String KIRO_SUNSET_LEARN_MORE_URL = "https://aws.amazon.com/blogs/devops/amazon-q-developer-end-of-support-announcement/"; public static final String KIRO_SUNSET_NOTIFICATION_DISMISSED_KEY = "kiroSunsetNotificationDismissed"; public static final String RE_AUTHENTICATE_FAILURE_MESSAGE = "An error occurred while attempting to re-authenticate. Please try again."; diff --git a/pom.xml b/pom.xml index bba891d9..b4dfbc73 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.2-SNAPSHOT + 2.7.3-SNAPSHOT pom diff --git a/telemetry/pom.xml b/telemetry/pom.xml index a1224d0b..8ba6a31f 100644 --- a/telemetry/pom.xml +++ b/telemetry/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.2-SNAPSHOT + 2.7.3-SNAPSHOT ../ diff --git a/updatesite/category.xml b/updatesite/category.xml index 72968e12..e598e880 100644 --- a/updatesite/category.xml +++ b/updatesite/category.xml @@ -1,6 +1,6 @@ - + diff --git a/updatesite/pom.xml b/updatesite/pom.xml index d4166d91..1c5d0bb1 100644 --- a/updatesite/pom.xml +++ b/updatesite/pom.xml @@ -6,7 +6,7 @@ software.aws.toolkits.eclipse amazon-q-eclipse-group - 2.7.2-SNAPSHOT + 2.7.3-SNAPSHOT ../