Skip to content

Commit

Permalink
Update libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bostjans committed Feb 24, 2021
1 parent 8752e95 commit 3a2f590
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: r1_1_5a
release_name: Release_1.1.5a
tag_name: r1_1_6a
release_name: Release_1.1.6a
body: |
Release - ${{ github.ref }}
BugFix: handling PATCH request/response.
Update libs.
draft: false
prerelease: false

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- project coordinates.. -->
<groupId>com.stupica.base</groupId>
<artifactId>servletMirror</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
<packaging>war</packaging>
<name>servletMirror</name>
<organization>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/stupica/servlet/ServiceMirror.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import com.stupica.ConstGlobal;
import com.stupica.core.UtilString;
import com.stupica.config.Setting;

import java.util.concurrent.atomic.AtomicLong;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stupica/servlet/http/Mirror.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import com.stupica.core.UtilString;
import com.stupica.servlet.ServiceBase;
import com.stupica.servlet.ServiceMirror;
import com.stupica.servlet.Setting;
import com.stupica.config.Setting;

import javax.security.auth.x500.X500Principal;
import javax.servlet.ServletException;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<entry key = "App.Implementation">TEST</entry>
<entry key = "App.EnvType">servletMirror</entry>
<entry key = "App.VersionInfo">1</entry>
<entry key = "App.VersionInfo">1.1</entry>

<entry key = "Http.Rest.Referer">.</entry>
<entry key = "Http.Rest.Origin">localhost</entry>
Expand Down

0 comments on commit 3a2f590

Please sign in to comment.