Skip to content

Commit

Permalink
Update AppVeyor build to Maven 3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jul 21, 2016
1 parent a7d97d6 commit e0692e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ configuration: Debug
init:
- git config --global core.autocrlf true
environment:
M2_HOME: C:\bin\apache-maven-3.3.1
M2_HOME: C:\tools\apache-maven-3.3.9
install:
- powershell -Command .\build\appveyor-install.ps1
cache:
Expand Down
2 changes: 1 addition & 1 deletion build/appveyor-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ If (-not (Test-Path 'NETCFv35PowerToys.msi')) {

msiexec.exe /i NETCFSetupv35.msi /qn | Out-Null
msiexec.exe /i NETCFv35PowerToys.msi /qn | Out-Null
cinst maven -version 3.3.1
cinst maven -version 3.3.9
2 changes: 2 additions & 0 deletions runtime/CSharp/Antlr4.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr4.Runtime.net45", "Ant
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{47C0086D-577C-43DA-ADC7-544F27656E45}"
ProjectSection(SolutionItems) = preProject
..\..\appveyor.yml = ..\..\appveyor.yml
..\..\CreatingTargets.md = ..\..\CreatingTargets.md
..\..\tool\resources\org\antlr\v4\tool\templates\codegen\CSharp\CSharp.stg = ..\..\tool\resources\org\antlr\v4\tool\templates\codegen\CSharp\CSharp.stg
..\..\tool\src\org\antlr\v4\codegen\CSharpTarget.java = ..\..\tool\src\org\antlr\v4\codegen\CSharpTarget.java
Expand Down Expand Up @@ -48,6 +49,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{4CE79A54
..\..\build\Antlr4.nuspec = ..\..\build\Antlr4.nuspec
..\..\build\Antlr4.Runtime.nuspec = ..\..\build\Antlr4.Runtime.nuspec
..\..\build\Antlr4.VS2008.nuspec = ..\..\build\Antlr4.VS2008.nuspec
..\..\build\appveyor-install.ps1 = ..\..\build\appveyor-install.ps1
..\..\build\build.ps1 = ..\..\build\build.ps1
..\..\build\check-key.ps1 = ..\..\build\check-key.ps1
..\..\build\keys.ps1 = ..\..\build\keys.ps1
Expand Down

0 comments on commit e0692e3

Please sign in to comment.