From 22255f6e79f195daf18f51e4be18e4fe62513cb0 Mon Sep 17 00:00:00 2001 From: mmadson Date: Tue, 29 Jun 2021 23:32:08 +0000 Subject: [PATCH] Roll Pom Version --- innersource-maven-plugin/pom.xml | 2 +- innersource-repository-scanner/pom.xml | 2 +- pom.xml | 2 +- settings.xml | 11 +++++++++++ 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 settings.xml diff --git a/innersource-maven-plugin/pom.xml b/innersource-maven-plugin/pom.xml index e58320c..2b5ee1a 100644 --- a/innersource-maven-plugin/pom.xml +++ b/innersource-maven-plugin/pom.xml @@ -6,7 +6,7 @@ com.intuit.innersource aggregator - 0.0.1-SNAPSHOT + 0.0.9-SNAPSHOT innersource-maven-plugin diff --git a/innersource-repository-scanner/pom.xml b/innersource-repository-scanner/pom.xml index 1c40d9a..38b07bb 100644 --- a/innersource-repository-scanner/pom.xml +++ b/innersource-repository-scanner/pom.xml @@ -4,7 +4,7 @@ com.intuit.innersource aggregator - 0.0.1-SNAPSHOT + 0.0.9-SNAPSHOT innersource-repository-scanner diff --git a/pom.xml b/pom.xml index f384b78..fe91561 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.intuit.innersource aggregator - 0.0.1-SNAPSHOT + 0.0.9-SNAPSHOT pom InnerSource Aggregator diff --git a/settings.xml b/settings.xml new file mode 100644 index 0000000..3183838 --- /dev/null +++ b/settings.xml @@ -0,0 +1,11 @@ + + + + github + ${env.GITHUB_ACTOR} + ${env.GITHUB_TOKEN} + + + \ No newline at end of file