Skip to content
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

Issue 989 batch-2 #1108

Merged
merged 23 commits into from
Dec 18, 2019
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b5eb4a4
Merge pull request #1 from iluwatar/master
hbothra15 Oct 17, 2019
969a2c7
Merge pull request #2 from iluwatar/master
hbothra15 Oct 25, 2019
2963418
Merge pull request #3 from iluwatar/master
hbothra15 Nov 7, 2019
4acdfe3
Merge pull request #4 from iluwatar/master
hbothra15 Nov 15, 2019
110f8f2
Adding support for maven assembly plugin to generate executable jar w…
Nov 16, 2019
1f3c6b1
Merge pull request #5 from iluwatar/master
hbothra15 Nov 18, 2019
38199ef
Merge branch 'master' into issue-989
Nov 18, 2019
d88a6c5
Merge branch 'master' into issue-989
Nov 18, 2019
eafa3ab
Adding maven assemly plugin for projects with name A
Nov 18, 2019
5daa724
Update in format as per checkstyle, i.e. Spcae in place of tab with s…
Nov 18, 2019
f99b7d7
batch set - 2 having all project with B and C
Nov 30, 2019
7a5a052
Merge branch 'master' into issue-989
hbothra15 Nov 30, 2019
4476020
Merge pull request #6 from iluwatar/master
hbothra15 Dec 3, 2019
b743b89
Merge branch 'master' into issue-989
Dec 3, 2019
90bf7a6
issue-989 d-e-f
Dec 9, 2019
ff637de
Merge pull request #7 from iluwatar/master
hbothra15 Dec 9, 2019
e830e90
Merge branch 'master' of https://github.com/hbothra15/java-design-pat…
Dec 9, 2019
9590028
Merge pull request #8 from iluwatar/master
hbothra15 Dec 13, 2019
ff6c0e9
Merge branch 'master' of https://github.com/hbothra15/java-design-pat…
Dec 13, 2019
e24e839
fixing eip pom and adding g-h-i-l-m-n Skipping naked object as it see…
hemant-bothra Dec 13, 2019
dfe7e2c
Merge pull request #9 from iluwatar/master
hbothra15 Dec 15, 2019
d9dd01b
Adding for O and P projects Skipping Object-Mother as we don't have m…
hemant-bothra Dec 15, 2019
687dd98
Merge branch 'master' of https://github.com/hbothra15/java-design-pat…
hemant-bothra Dec 15, 2019
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
Prev Previous commit
Next Next commit
Merge branch 'master' into issue-989
  • Loading branch information
hbothra15 authored Nov 30, 2019
commit 7a5a0525604d5edf5ccf745cfa76b2e48ffd34ed
55 changes: 28 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- The MIT License Copyright © 2014-2019 Ilkka Seppälä Permission is hereby
granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions: The above copyright notice and this
permission notice shall be included in all copies or substantial portions
of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
<!-- The MIT License Copyright © 2014-2019 Ilkka Seppälä Permission is hereby
granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions: The above copyright notice and this
permission notice shall be included in all copies or substantial portions
of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE. -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down Expand Up @@ -177,17 +177,18 @@
<module>circuit-breaker</module>
<module>role-object</module>
<module>saga</module>
<module>double-buffer</module>
<module>sharding</module>
<module>game-loop</module>
</modules>
<module>double-buffer</module>
<module>sharding</module>
<module>game-loop</module>
<module>combinator</module>
</modules>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -387,7 +388,7 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<!-- below two line make sure the fat jar is sharing the same name
<!-- below two line make sure the fat jar is sharing the same name
as of project name -->
<finalName>${project.artifactId}</finalName>
<appendAssemblyId>false</appendAssemblyId>
Expand Down Expand Up @@ -422,8 +423,8 @@
</executions>
</plugin>

<!-- Resolves ${projectRoot} to the project root directory. Used by the
license-maven-plugin to find the correct location of license-plugin-header-style.xml
<!-- Resolves ${projectRoot} to the project root directory. Used by the
license-maven-plugin to find the correct location of license-plugin-header-style.xml
when built from a submodule directory. -->
<plugin>
<groupId>org.commonjava.maven.plugins</groupId>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.