Skip to content

Commit

Permalink
update for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 24, 2017
1 parent 5437633 commit f98d5a3
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 12 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.3.0</version>
<version>0.3.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>check-flexjs-version</artifactId>
<version>0.3.0</version>
<version>0.3.1</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.3.0</version>
<version>0.3.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>check-java-version</artifactId>
<version>0.3.0</version>
<version>0.3.1</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.3.0</version>
<version>0.3.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>distribution</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<name>distribution</name>
<packaging>pom</packaging>

Expand Down
6 changes: 6 additions & 0 deletions distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.1

* Fixed issue where `protected` members were not omitted in scopes were they should not be accessible.
* Fixed issue where problems reported for compiler configuration options were no cleared after they were resolved.
* Fixed regression that caused the extension to fail when using a Maven distribution of Apache FlexJS.

## 0.3.0

* IntelliSense completion of classes in ActionScript and `<fx:Script>` blocks now automatically adds imports.
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.3.0</version>
<version>0.3.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>language-server</artifactId>
<version>0.3.0</version>
<version>0.3.1</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.3.0</version>
<version>0.3.1</version>
<name>vscode-nextgenas</name>
<packaging>pom</packaging>

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.3.0",
"version": "0.3.1",
"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.3.0</version>
<version>0.3.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-extension</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<name>vscode-extension</name>

<properties>
Expand Down

0 comments on commit f98d5a3

Please sign in to comment.