Skip to content

Commit bbcbd1e

Browse files
Start next development cycle
1 parent a2c3e0f commit bbcbd1e

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.github/workflows/mvn.yaml

-19
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,3 @@ jobs:
2121
run: mvn test
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
25-
deploy:
26-
needs: build
27-
runs-on: ubuntu-latest
28-
steps:
29-
- uses: actions/checkout@v2
30-
- name: Set up JDK 17
31-
uses: actions/setup-java@v1
32-
with:
33-
java-version: 17
34-
- name: Cache local Maven repository
35-
uses: actions/cache@v2
36-
with:
37-
path: ~/.m2/repository
38-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
39-
restore-keys: |
40-
${{ runner.os }}-maven-
41-
- name: Deploy to Github Package Registry
42-
run: mvn -B deploy -DskipTests

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.jervenbolleman</groupId>
55
<artifactId>handlegraph4j</artifactId>
6-
<version>1.1</version>
6+
<version>1.2-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<licenses>
99
<license>

0 commit comments

Comments
 (0)