Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Jun 14, 2023
1 parent 6c38831 commit 6ef66b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prowide Core - CHANGELOG

#### 10.1.0 - SNAPSHOT
#### 10.1.0 - June 2023
* Migration to Java 11
* Migration to Jakarta EE 10
* (PW-1323) Fixing getValue method for pattern issue in Field44J
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scmVersion {
}
}
//project.version = "${SRU}-${scmVersion.version}"
project.version = "${SRU}-10.1.0-SNAPSHOT"
project.version = "${SRU}-10.1.0"

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down

0 comments on commit 6ef66b0

Please sign in to comment.