Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zteater committed Jul 3, 2020
1 parent 7af443d commit d5d8684
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
-d '{ "tag_name": "'$version'", "target_commitish": "master", "name": "'$version'", "body": "Release deployment", "draft": false, "prerelease": false }'
- name: Create Maven settings.xml
uses: whelk-io/maven-settings-xml-action@v9
uses: whelk-io/maven-settings-xml-action@v2
with:
servers: '[{"id": "github-spring-data-logging-starter", "username": "${{ secrets.BUILD_USERNAME }}", "password": "${{ secrets.BUILD_TOKEN }}"}]'
servers: '[{"id": "github", "username": "${{ secrets.BUILD_USERNAME }}", "password": "${{ secrets.BUILD_TOKEN }}"}]'

- name: Deploy package
run: mvn -B deploy --file pom.xml
Expand Down
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.whelk.spring.data.logging</groupId>
<artifactId>spring-data-logging-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-RELEASE</version>
<name>Spring Data Logging Starter</name>
<description>Annotated logging using Spring Data and Spring AOP</description>
<url>https://github.com/whelk-io/spring-data-logger-starter</url>
Expand All @@ -23,6 +23,15 @@
<url>https://github.com/whelk-io/spring-data-logger-starter.git</url>
</scm>

<developers>
<developer>
<name>Zack Teater</name>
<email>[email protected]</email>
<organization>Whelk</organization>
<organizationUrl>http://whelk.io</organizationUrl>
</developer>
</developers>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>11</maven.compiler.target>
Expand Down Expand Up @@ -117,7 +126,7 @@

<distributionManagement>
<repository>
<id>github-spring-data-logging-starter</id>
<id>github</id>
<url>https://maven.pkg.github.com/whelk-io/spring-data-logging-starter</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit d5d8684

Please sign in to comment.