Skip to content

Commit

Permalink
5.4.2 pom tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Dec 6, 2023
1 parent fe706e7 commit 1dc419e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<skip>true</skip>
<skip>false</skip>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions oa4mp-server-oauth2/buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Wed Dec 06 11:11:02 CST 2023
buildNumber\\d*=11443
#Wed Dec 06 12:44:25 CST 2023
buildNumber\\d*=11452
2 changes: 1 addition & 1 deletion oa4mp-server-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<skip>true</skip>
<skip>false</skip>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<skip>true</skip>
<skip>false</skip>
</configuration>
<executions>
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ protected void doIt2(HttpServletRequest httpServletRequest, HttpServletResponse
writeCreateOK(httpServletResponse, jsonResp);
logOK(httpServletRequest); // CIL-1722

// writeOK(httpServletResponse, jsonResp);
// writeOK(httpServletResponse, jsonResp);
}


Expand Down
4 changes: 2 additions & 2 deletions server-test/buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Wed Dec 06 11:10:52 CST 2023
buildNumber\\d*=10477
#Wed Dec 06 12:44:16 CST 2023
buildNumber\\d*=10486

0 comments on commit 1dc419e

Please sign in to comment.