Polishing.
Fix test properties, enable Java 9++ compilation with fqcn import to Module.
This commit is contained in:
@@ -68,6 +68,7 @@ import org.springframework.data.release.issues.Ticket;
|
||||
import org.springframework.data.release.issues.TicketReference;
|
||||
import org.springframework.data.release.issues.TicketStatus;
|
||||
import org.springframework.data.release.model.*;
|
||||
import org.springframework.data.release.model.Module;
|
||||
import org.springframework.data.release.utils.ExecutionUtils;
|
||||
import org.springframework.data.release.utils.Logger;
|
||||
import org.springframework.data.util.Pair;
|
||||
|
||||
@@ -4,8 +4,17 @@ logging.level.org.springframework.data.release=INFO
|
||||
logging.level.org.springframework.web.client=TRACE
|
||||
logging.level.org.springframework.http=DEBUG
|
||||
# Deployment
|
||||
deployment.repository-prefix=test-
|
||||
deployment.api-key=foo
|
||||
|
||||
deployment.opensource.username=foo
|
||||
deployment.opensource.password=pwd
|
||||
deployment.opensource.api-key=api
|
||||
|
||||
deployment.commercial.username=foo
|
||||
deployment.commercial.password=pwd
|
||||
deployment.commercial.api-key=api
|
||||
|
||||
deployment.maven-central.staging-profile-id=id
|
||||
|
||||
maven.parallelize=false
|
||||
# Git
|
||||
git.username=dummy
|
||||
@@ -14,5 +23,4 @@ git.email=dummy@dummy.com
|
||||
git.author=dummy
|
||||
github.api-url=http://localhost:8888
|
||||
#Sagan
|
||||
sagan.key=foo
|
||||
project-service.key=foo
|
||||
|
||||
Reference in New Issue
Block a user