Skip to content

Commit 68725bf

Browse files
committed
Merge branch 'master' into hexagonal
2 parents 5de9c7e + 335737d commit 68725bf

177 files changed

Lines changed: 1485 additions & 379 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ after_success:
1515
- mvn clean test jacoco:report coveralls:report
1616
- bash update-ghpages.sh
1717

18-
sudo: false
18+
sudo: false # route the build to the container-based infrastructure for a faster build
File renamed without changes.

abstract-factory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.iluwatar</groupId>
3131
<artifactId>java-design-patterns</artifactId>
32-
<version>1.11.0-SNAPSHOT</version>
32+
<version>1.12.0-SNAPSHOT</version>
3333
</parent>
3434
<artifactId>abstract-factory</artifactId>
3535
<dependencies>
File renamed without changes.

adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.iluwatar</groupId>
3131
<artifactId>java-design-patterns</artifactId>
32-
<version>1.11.0-SNAPSHOT</version>
32+
<version>1.12.0-SNAPSHOT</version>
3333
</parent>
3434
<artifactId>adapter</artifactId>
3535
<dependencies>
File renamed without changes.

async-method-invocation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.iluwatar</groupId>
3131
<artifactId>java-design-patterns</artifactId>
32-
<version>1.11.0-SNAPSHOT</version>
32+
<version>1.12.0-SNAPSHOT</version>
3333
</parent>
3434
<artifactId>async-method-invocation</artifactId>
3535
<dependencies>
File renamed without changes.

bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.iluwatar</groupId>
3131
<artifactId>java-design-patterns</artifactId>
32-
<version>1.11.0-SNAPSHOT</version>
32+
<version>1.12.0-SNAPSHOT</version>
3333
</parent>
3434
<artifactId>bridge</artifactId>
3535
<dependencies>
File renamed without changes.

0 commit comments

Comments
 (0)