Skip to content

Commit

Permalink
V4.0.202204.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sanluan committed Aug 30, 2022
1 parent ba8efc9 commit d5522e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion publiccms-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subprojects {
apply plugin: "eclipse-wtp"

group = 'com.publiccms'
version = 'V4.0.202204.b'
version = 'V4.0.202204.c'

test.enabled = false

Expand Down
2 changes: 1 addition & 1 deletion publiccms-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<version.publiccms>V4.0.202204.b</version.publiccms>
<version.publiccms>V4.0.202204.c</version.publiccms>
<!-- http://mvnrepository.com/artifact/org.springframework/spring-core -->
<!-- https://spring.io/projects/spring-framework -->
<version.spring>5.3.19</version.spring>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static final String getVersion() {
* @return revision
*/
public static final String getRevision() {
return "b";
return "c";
}

/**
Expand Down

0 comments on commit d5522e7

Please sign in to comment.