Skip to content

Commit

Permalink
Merge pull request #21 from carlomorelli/prepare-release-with-githuba…
Browse files Browse the repository at this point in the history
…ctions

Release version 2.2
  • Loading branch information
carlomorelli authored Nov 7, 2020
2 parents dea235c + 83c1e2d commit 4a070c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path

name: Maven Package
name: CI release

on:
release:
Expand All @@ -14,6 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8

- name: Build with Maven
run: mvn -B package --file pom.xml
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.github.carlomorelli</groupId>
<artifactId>licensescan-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>2.1</version>
<version>2.2</version>
<name>licensescan-maven-plugin</name>
<url>http://maven.apache.org</url>

Expand Down

0 comments on commit 4a070c6

Please sign in to comment.