Skip to content

Commit

Permalink
updated pom file with version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 authored Sep 10, 2024
1 parent 7f21867 commit 6b9af6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-to-maven.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Java/maven CI/CD Pipeline
on:
push:
branches:
- main
tags:
- 'v*.*.*' # Adjust the tag pattern to match your versioning scheme
release:
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 @@
<artifactId>lib-hl7v2-nist-validator</artifactId>
<name>lib-hl7v2-nist-validator</name>
<description>Library wrapper around NIST HL7v2 Validator for validation of HL7 v2.x messages.</description>
<version>1.3.8</version>
<version>1.3.9</version>
<packaging>jar</packaging>
<url>https://github.com/CDCgov/lib-hl7v2-nist-validator</url>
<licenses>
Expand Down

0 comments on commit 6b9af6b

Please sign in to comment.