Skip to content

Commit

Permalink
Merge branch 'release/0.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloYeltsin committed Apr 17, 2020
2 parents d743bef + 3028d5c commit dbebf91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "totalcross",
"displayName": "TotalCross Project Extension",
"description": "This is TotalCross plugin extension for vs code. ",
"version": "0.0.6",
"version": "0.0.7",
"publisher": "Italo",
"preview": true,
"icon": "icon.png",
Expand Down
9 changes: 8 additions & 1 deletion resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<plugin>
<groupId>com.totalcross</groupId>
<artifactId>totalcross-maven-plugin</artifactId>
<version>1.0</version>
<version>1.1</version>
<configuration>
<name>${project.name}</name>
<platforms>
Expand All @@ -65,6 +65,13 @@
<!-- <totalcrossHome>/Users/italo/TotalCross5</totalcrossHome>-->
</configuration>
<executions>
<execution>
<id>post-compile</id>
<phase>compile</phase>
<goals>
<goal>retrolambda</goal>
</goals>
</execution>
<execution>
<id>post-package</id>
<phase>package</phase>
Expand Down

0 comments on commit dbebf91

Please sign in to comment.