Skip to content

Commit 3c3d2c2

Browse files
committed
prepare for 0.4.3
1 parent 1541a5f commit 3c3d2c2

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

check-flexjs-version/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.nextgenactionscript.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.4.3-SNAPSHOT</version>
25+
<version>0.4.3</version>
2626
</parent>
2727

2828
<groupId>com.nextgenactionscript.vscode</groupId>
2929
<artifactId>check-flexjs-version</artifactId>
30-
<version>0.4.3-SNAPSHOT</version>
30+
<version>0.4.3</version>
3131
<name>check-flexjs-version</name>
3232

3333
<build>

check-java-version/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>com.nextgenactionscript.vscode</groupId>
99
<artifactId>vscode-nextgenas</artifactId>
10-
<version>0.4.3-SNAPSHOT</version>
10+
<version>0.4.3</version>
1111
</parent>
1212

1313
<groupId>com.nextgenactionscript.vscode</groupId>
1414
<artifactId>check-java-version</artifactId>
15-
<version>0.4.3-SNAPSHOT</version>
15+
<version>0.4.3</version>
1616
<name>check-java-version</name>
1717

1818
<build>

distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.nextgenactionscript.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.4.3-SNAPSHOT</version>
25+
<version>0.4.3</version>
2626
</parent>
2727

2828
<groupId>com.nextgenactionscript.vscode</groupId>
2929
<artifactId>distribution</artifactId>
30-
<version>0.4.3-SNAPSHOT</version>
30+
<version>0.4.3</version>
3131
<name>distribution</name>
3232
<packaging>pom</packaging>
3333

language-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.nextgenactionscript.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.4.3-SNAPSHOT</version>
25+
<version>0.4.3</version>
2626
</parent>
2727

2828
<groupId>com.nextgenactionscript.vscode</groupId>
2929
<artifactId>language-server</artifactId>
30-
<version>0.4.3-SNAPSHOT</version>
30+
<version>0.4.3</version>
3131
<name>language-server</name>
3232

3333
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
<groupId>com.nextgenactionscript.vscode</groupId>
2222
<artifactId>vscode-nextgenas</artifactId>
23-
<version>0.4.3-SNAPSHOT</version>
23+
<version>0.4.3</version>
2424
<name>vscode-nextgenas</name>
2525
<packaging>pom</packaging>
2626

swf-debugger/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ limitations under the License.
2121
<parent>
2222
<artifactId>vscode-nextgenas</artifactId>
2323
<groupId>com.nextgenactionscript.vscode</groupId>
24-
<version>0.4.3-SNAPSHOT</version>
24+
<version>0.4.3</version>
2525
</parent>
2626

2727
<groupId>com.nextgenactionscript.vscode</groupId>
2828
<artifactId>swf-debugger</artifactId>
29-
<version>0.4.3-SNAPSHOT</version>
29+
<version>0.4.3</version>
3030
<name>swf-debugger</name>
3131

3232
<build>

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-nextgenas",
33
"displayName": "NextGen ActionScript",
44
"description": "ActionScript and MXML language extension for Visual Studio Code",
5-
"version": "0.4.3-SNAPSHOT",
5+
"version": "0.4.3",
66
"publisher": "bowlerhatllc",
77
"homepage": "http://nextgenactionscript.com/vscode/",
88
"repository": {

vscode-extension/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.nextgenactionscript.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.4.3-SNAPSHOT</version>
25+
<version>0.4.3</version>
2626
</parent>
2727

2828
<groupId>com.nextgenactionscript.vscode</groupId>
2929
<artifactId>vscode-extension</artifactId>
30-
<version>0.4.3-SNAPSHOT</version>
30+
<version>0.4.3</version>
3131
<name>vscode-extension</name>
3232

3333
<properties>

0 commit comments

Comments
 (0)