Oracle Maven repository

fix: #62
This commit is contained in:
Slawomir Jaranowski
2020-10-15 23:44:42 +02:00
parent ea8b3d6660
commit c36b106668
16 changed files with 489 additions and 183 deletions

View File

@ -1,6 +1,6 @@
{
"name": "maven-settings-action",
"version": "1.0.0",
"version": "2.2.0",
"description": "Prepare maven settings",
"main": "index.js",
"scripts": {
@ -25,8 +25,7 @@
"homepage": "https://github.com/s4u/maven-settings-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"xmldom": "^0.3.0",
"xpath": "0.0.30"
"xmldom": "^0.3.0"
},
"devDependencies": {
"eslint": "^7.11.0",