Skip to content

Commit

Permalink
Roll Pom Version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadson committed Jun 29, 2021
1 parent c800c0b commit 22255f6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion innersource-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.intuit.innersource</groupId>
<artifactId>aggregator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

<artifactId>innersource-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion innersource-repository-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.intuit.innersource</groupId>
<artifactId>aggregator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

<artifactId>innersource-repository-scanner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.intuit.innersource</groupId>
<artifactId>aggregator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.9-SNAPSHOT</version>
<packaging>pom</packaging>

<name>InnerSource Aggregator</name>
Expand Down
11 changes: 11 additions & 0 deletions settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>github</id>
<username>${env.GITHUB_ACTOR}</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>
</settings>

0 comments on commit 22255f6

Please sign in to comment.