Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornvester committed Mar 17, 2021
1 parent 304d58a commit 967ae89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.github.bjornvester"
version = "1.5-snapshot"
version = "1.4.1"

allprojects {
repositories {
Expand Down Expand Up @@ -43,7 +43,7 @@ pluginBundle {
(plugins) {
"xjcPlugin" {
description = "Changes:\n" +
"- Upgrade default version of XJC from version 2.3.2 to 2.3.3"
"- Carry the LANG environment over from the main environment to the XJC worker process to ensure the correct encoding is used"
}
}
}

0 comments on commit 967ae89

Please sign in to comment.