Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Jun 24, 2017
1 parent c645816 commit bf608d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>netbeans</id>
Expand All @@ -86,6 +87,7 @@
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.netbeans.api</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
@Messages("MvnGolangProject_displayName=Golang Application")
public class MvnGolangProjectWizardIterator implements WizardDescriptor./*Progress*/InstantiatingIterator {

public static final String WRAPPER_VERSION = "2.1.2";
public static final String SDK_VERSION = "1.7.5";
public static final String WRAPPER_VERSION = "2.1.4";
public static final String SDK_VERSION = "1.8.3";

private int index;
private WizardDescriptor.Panel[] panels;
Expand Down

0 comments on commit bf608d1

Please sign in to comment.