Skip to content

Commit 37f6642

Browse files
committed
Merge remote-tracking branch
'origin/issue/3_Start_New_Development_Cycle' into develop
2 parents 804c8e8 + 1f16778 commit 37f6642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Java CI Build with Maven
22

33
on:
44
pull_request:
5-
branches: develop
5+
branches: [ "develop", "main" ]
66

77
jobs:
88
build:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.dsf</groupId>
88
<artifactId>dsf-fhir-validator</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)