Skip to content

Commit

Permalink
prepare for 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed May 11, 2017
1 parent 1541a5f commit 3c3d2c2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions check-flexjs-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>check-flexjs-version</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<name>check-flexjs-version</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions check-java-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>check-java-version</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<name>check-java-version</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>distribution</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<name>distribution</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>language-server</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<name>language-server</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<name>vscode-nextgenas</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions swf-debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ limitations under the License.
<parent>
<artifactId>vscode-nextgenas</artifactId>
<groupId>com.nextgenactionscript.vscode</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>swf-debugger</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<name>swf-debugger</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-nextgenas",
"displayName": "NextGen ActionScript",
"description": "ActionScript and MXML language extension for Visual Studio Code",
"version": "0.4.3-SNAPSHOT",
"version": "0.4.3",
"publisher": "bowlerhatllc",
"homepage": "http://nextgenactionscript.com/vscode/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-extension</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<name>vscode-extension</name>

<properties>
Expand Down

0 comments on commit 3c3d2c2

Please sign in to comment.