Skip to content

Commit

Permalink
Bumped version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
battila7 committed Feb 7, 2020
1 parent e729b4b commit 0ed9636
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
java-version: 1.11
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Deploy to Github Package Registry
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "<settings><servers><server><id>github</id><username>x-access-token</username><password>${GITHUB_TOKEN}</password></server></servers></settings>" > ~/.m2/settings.xml
mvn -B -e -Dmaven.wagon.http.pool=false clean deploy
#- name: Deploy to Github Package Registry
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# echo "<settings><servers><server><id>github</id><username>x-access-token</username><password>${GITHUB_TOKEN}</password></server></servers></settings>" > ~/.m2/settings.xml
# mvn -B -e -Dmaven.wagon.http.pool=false clean deploy
- name: Create Release
id: create_release
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions parsegrind-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cryptid</groupId>
<artifactId>parsegrind-parent</artifactId>
<version>1.1.0</version>
<version>1.1.3</version>
</parent>

<artifactId>parsegrind-cli</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>cryptid</groupId>
<artifactId>parsegrind-lib</artifactId>
<version>1.1.0</version>
<version>1.1.3</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion parsegrind-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cryptid</groupId>
<artifactId>parsegrind-parent</artifactId>
<version>1.1.0</version>
<version>1.1.3</version>
</parent>

<artifactId>parsegrind-lib</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>cryptid</groupId>
<artifactId>parsegrind-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.1.3</version>

<name>Parsegrind Parent</name>
<description>Valgrind XML output to HTML converter.</description>
Expand Down

0 comments on commit 0ed9636

Please sign in to comment.