Skip to content

Commit 30d07b3

Browse files
authored
Bump version to 2.3.0 (#480)
Bump version to 2.3.0
1 parent 128b985 commit 30d07b3

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="software.aws.toolkits.eclipse.amazonq.feature"
44
label="Amazon Q for Eclipse"
5-
version="2.2.1.qualifier">
5+
version="2.3.0.qualifier">
66

77
<description>
88
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
198198
id="amazon-q-eclipse"
199199
download-size="11000"
200200
install-size="0"
201-
version="2.2.1.qualifier"
201+
version="2.3.0.qualifier"
202202
unpack="false"/>
203203
</feature>

feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>software.aws.toolkits.eclipse</groupId>
88
<artifactId>amazon-q-eclipse-group</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: Amazon Q for Eclipse
44
Bundle-Provider: Amazon Web Services
55
Bundle-RequiredExecutionEnvironment: JavaSE-17
66
Bundle-SymbolicName: amazon-q-eclipse;singleton:=true
7-
Bundle-Version: 2.2.1.qualifier
7+
Bundle-Version: 2.3.0.qualifier
88
Automatic-Module-Name: amazon.q.eclipse
99
Bundle-ActivationPolicy: lazy
1010
Bundle-Activator: software.aws.toolkits.eclipse.amazonq.plugin.Activator

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>software.aws.toolkits.eclipse</groupId>
88
<artifactId>amazon-q-eclipse-group</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.aws.toolkits.eclipse</groupId>
88
<artifactId>amazon-q-eclipse-group</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<properties>

telemetry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>software.aws.toolkits.eclipse</groupId>
88
<artifactId>amazon-q-eclipse-group</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

updatesite/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/software.aws.toolkits.eclipse.amazonq.feature_2.2.1.qualifier.jar" id="software.aws.toolkits.eclipse.amazonq.feature" version="2.2.1.qualifier">
3+
<feature url="features/software.aws.toolkits.eclipse.amazonq.feature_2.3.0.qualifier.jar" id="software.aws.toolkits.eclipse.amazonq.feature" version="2.3.0.qualifier">
44
<category name="software.aws.toolkits.eclipse.amazonq"/>
55
</feature>
66
<category-def name="software.aws.toolkits.eclipse.amazonq" label="software.aws.toolkits.eclipse">

updatesite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>software.aws.toolkits.eclipse</groupId>
88
<artifactId>amazon-q-eclipse-group</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)