Skip to content

Commit 0ed9636

Browse files
committed
Bumped version to 1.1.3
1 parent e729b4b commit 0ed9636

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
java-version: 1.11
1919
- name: Build with Maven
2020
run: mvn -B package --file pom.xml
21-
- name: Deploy to Github Package Registry
22-
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
run: |
25-
echo "<settings><servers><server><id>github</id><username>x-access-token</username><password>${GITHUB_TOKEN}</password></server></servers></settings>" > ~/.m2/settings.xml
26-
mvn -B -e -Dmaven.wagon.http.pool=false clean deploy
21+
#- name: Deploy to Github Package Registry
22+
# env:
23+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
# run: |
25+
# echo "<settings><servers><server><id>github</id><username>x-access-token</username><password>${GITHUB_TOKEN}</password></server></servers></settings>" > ~/.m2/settings.xml
26+
# mvn -B -e -Dmaven.wagon.http.pool=false clean deploy
2727
- name: Create Release
2828
id: create_release
2929
uses: actions/create-release@v1.0.0

parsegrind-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cryptid</groupId>
99
<artifactId>parsegrind-parent</artifactId>
10-
<version>1.1.0</version>
10+
<version>1.1.3</version>
1111
</parent>
1212

1313
<artifactId>parsegrind-cli</artifactId>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>cryptid</groupId>
2121
<artifactId>parsegrind-lib</artifactId>
22-
<version>1.1.0</version>
22+
<version>1.1.3</version>
2323
</dependency>
2424

2525
<dependency>

parsegrind-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cryptid</groupId>
99
<artifactId>parsegrind-parent</artifactId>
10-
<version>1.1.0</version>
10+
<version>1.1.3</version>
1111
</parent>
1212

1313
<artifactId>parsegrind-lib</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>cryptid</groupId>
55
<artifactId>parsegrind-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.1.0</version>
7+
<version>1.1.3</version>
88

99
<name>Parsegrind Parent</name>
1010
<description>Valgrind XML output to HTML converter.</description>

0 commit comments

Comments
 (0)