Skip to content

Deploy latest Release 2.3.23 #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 39 commits into from
Aug 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f75a8e4
Merge pull request #258 from Spring-Framework-Java-Apps/heroku-deploy…
thomaswoehlke Jul 25, 2020
428a46b
developing
thomaswoehlke Aug 5, 2020
d98842c
developing
thomaswoehlke Aug 5, 2020
986b60e
developing
thomaswoehlke Aug 5, 2020
9536fe7
work
thomaswoehlke Aug 5, 2020
f3eae26
developing
thomaswoehlke Aug 6, 2020
cb0d3e3
Merge remote-tracking branch 'origin/master' into master
thomaswoehlke Aug 6, 2020
8177319
added build.sh
thomaswoehlke Aug 26, 2020
1c80be3
work
thomaswoehlke Aug 26, 2020
b1eaa8a
work
thomaswoehlke Aug 26, 2020
48480ce
added docker-start.sh docker-stop.sh
thomaswoehlke Aug 26, 2020
528ecbe
Merge branch 'master' of github.com:Spring-Framework-Java-Apps/simple…
thomaswoehlke Aug 26, 2020
e063244
work
thomaswoehlke Aug 26, 2020
8b40602
work
thomaswoehlke Aug 26, 2020
a59ac48
Issue #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
428f901
Issue #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
c4cf6b1
Issue #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
5e5760f
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
56f3111
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
afd05db
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
e85e781
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
8818a8b
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
96a23ab
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
e49cd2b
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
752889f
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
60747ad
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
9adf0e1
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
7ed7fac
changed build.sh
thomaswoehlke Aug 26, 2020
663fcac
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
ebf4f79
* fixed #273 resort Issues, Milestones and Releases
thomaswoehlke Aug 26, 2020
82579dd
* fixed #274 add Annotations to suppress Deprecation Warnings
thomaswoehlke Aug 26, 2020
21f4154
* fixed #274 add Annotations to suppress Deprecation Warnings
thomaswoehlke Aug 26, 2020
23a0372
* fixed #274 add Annotations to suppress Deprecation Warnings
thomaswoehlke Aug 26, 2020
55e8790
* fixed #274 add Annotations to suppress Deprecation Warnings
thomaswoehlke Aug 26, 2020
887fe51
[maven-release-plugin] prepare release v2.3.23.rc01
thomaswoehlke Aug 26, 2020
bda9f5f
[maven-release-plugin] prepare for next development iteration
thomaswoehlke Aug 26, 2020
1a3a86e
* fixed #274 add Annotations to suppress Deprecation Warnings
thomaswoehlke Aug 26, 2020
2203099
[maven-release-plugin] prepare release v2.3.23
thomaswoehlke Aug 26, 2020
89a6f1d
[maven-release-plugin] prepare for next development iteration
thomaswoehlke Aug 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 13
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 13
- name: Build with Maven
run: ./mvnw -B -DskipTests clean dependency:list install --file pom.xml
run: ./mvnw -B -DskipTests clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree package spring-boot:repackage site --file pom.xml
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ setenv.cmd
/src/main/java/org/woehlke/simpleworklist/searchRequest/x.txt

/simpleworklist.diff
target
.idea
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 33 additions & 7 deletions .idea/dataSources.local.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading