diff --git a/abstract-factory/pom.xml b/abstract-factory/pom.xml index 7d4f45caf..a071aee26 100644 --- a/abstract-factory/pom.xml +++ b/abstract-factory/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>abstract-factory</artifactId> <dependencies> diff --git a/adapter/pom.xml b/adapter/pom.xml index b9a58a9cf..7a6861fca 100644 --- a/adapter/pom.xml +++ b/adapter/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>adapter</artifactId> <dependencies> diff --git a/bridge/pom.xml b/bridge/pom.xml index 5bf4a4b5a..4718a01bf 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>bridge</artifactId> <dependencies> diff --git a/builder/pom.xml b/builder/pom.xml index 60ae1dfdb..e5984720d 100644 --- a/builder/pom.xml +++ b/builder/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>builder</artifactId> <dependencies> diff --git a/callback/pom.xml b/callback/pom.xml index 5765a4d7a..862fb53a1 100644 --- a/callback/pom.xml +++ b/callback/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>callback</artifactId> <dependencies> diff --git a/chain/pom.xml b/chain/pom.xml index 81b96b2fb..3e960293a 100644 --- a/chain/pom.xml +++ b/chain/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>chain</artifactId> <dependencies> diff --git a/command/pom.xml b/command/pom.xml index 7af177deb..53a8e1914 100644 --- a/command/pom.xml +++ b/command/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>command</artifactId> <dependencies> diff --git a/composite/pom.xml b/composite/pom.xml index 520af7ff0..d8d7e4233 100644 --- a/composite/pom.xml +++ b/composite/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>composite</artifactId> <dependencies> diff --git a/dao/pom.xml b/dao/pom.xml index 0fe95e39e..bfd35c727 100644 --- a/dao/pom.xml +++ b/dao/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>dao</artifactId> <dependencies> diff --git a/decorator/pom.xml b/decorator/pom.xml index 34554bfc5..ab15cde08 100644 --- a/decorator/pom.xml +++ b/decorator/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>decorator</artifactId> <dependencies> diff --git a/dependency-injection/pom.xml b/dependency-injection/pom.xml index 04e0fef59..813030b51 100644 --- a/dependency-injection/pom.xml +++ b/dependency-injection/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>dependency-injection</artifactId> <dependencies> diff --git a/double-checked-locking/pom.xml b/double-checked-locking/pom.xml index 5aa98af6b..8103cf986 100644 --- a/double-checked-locking/pom.xml +++ b/double-checked-locking/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>double-checked-locking</artifactId> <dependencies> diff --git a/double-dispatch/pom.xml b/double-dispatch/pom.xml index 3119a550d..40356e018 100644 --- a/double-dispatch/pom.xml +++ b/double-dispatch/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>double-dispatch</artifactId> <dependencies> diff --git a/event-aggregator/pom.xml b/event-aggregator/pom.xml index cb4757171..910d6a35e 100644 --- a/event-aggregator/pom.xml +++ b/event-aggregator/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>event-aggregator</artifactId> <dependencies> diff --git a/execute-around/pom.xml b/execute-around/pom.xml index 9613f9245..1782caf88 100644 --- a/execute-around/pom.xml +++ b/execute-around/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>execute-around</artifactId> <dependencies> diff --git a/facade/pom.xml b/facade/pom.xml index 7a69cedab..b80538341 100644 --- a/facade/pom.xml +++ b/facade/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>facade</artifactId> <dependencies> diff --git a/factory-method/pom.xml b/factory-method/pom.xml index 041356c53..9f4c79c15 100644 --- a/factory-method/pom.xml +++ b/factory-method/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>factory-method</artifactId> <dependencies> diff --git a/flux/pom.xml b/flux/pom.xml index 6870f9411..ad511a53c 100644 --- a/flux/pom.xml +++ b/flux/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>flux</artifactId> <dependencies> diff --git a/flyweight/pom.xml b/flyweight/pom.xml index b74e1b61a..70f98f9b1 100644 --- a/flyweight/pom.xml +++ b/flyweight/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>flyweight</artifactId> <dependencies> diff --git a/intercepting-filter/pom.xml b/intercepting-filter/pom.xml index 5577d3cae..ae450f8ec 100644 --- a/intercepting-filter/pom.xml +++ b/intercepting-filter/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>intercepting-filter</artifactId> <dependencies> diff --git a/interpreter/pom.xml b/interpreter/pom.xml index 5a1f9e6c6..d58404463 100644 --- a/interpreter/pom.xml +++ b/interpreter/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>interpreter</artifactId> <dependencies> diff --git a/iterator/pom.xml b/iterator/pom.xml index eadc76c2c..48b91d9e5 100644 --- a/iterator/pom.xml +++ b/iterator/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>iterator</artifactId> <dependencies> diff --git a/lazy-loading/pom.xml b/lazy-loading/pom.xml index 3dea74ebd..454a70a58 100644 --- a/lazy-loading/pom.xml +++ b/lazy-loading/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>lazy-loading</artifactId> <dependencies> diff --git a/mediator/pom.xml b/mediator/pom.xml index c74b553bb..95ad4d78f 100644 --- a/mediator/pom.xml +++ b/mediator/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>mediator</artifactId> <dependencies> diff --git a/memento/pom.xml b/memento/pom.xml index d06eed3e9..db012477b 100644 --- a/memento/pom.xml +++ b/memento/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>memento</artifactId> <dependencies> diff --git a/model-view-controller/pom.xml b/model-view-controller/pom.xml index f78cad51d..8b5e1a250 100644 --- a/model-view-controller/pom.xml +++ b/model-view-controller/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>model-view-controller</artifactId> <dependencies> diff --git a/model-view-presenter/pom.xml b/model-view-presenter/pom.xml index 317e0f2ce..a00deaac3 100644 --- a/model-view-presenter/pom.xml +++ b/model-view-presenter/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>model-view-presenter</artifactId> <name>model-view-presenter</name> diff --git a/multiton/pom.xml b/multiton/pom.xml index af559c62a..52c71824b 100644 --- a/multiton/pom.xml +++ b/multiton/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>multiton</artifactId> <dependencies> diff --git a/null-object/pom.xml b/null-object/pom.xml index ad9173dcd..14d872f6c 100644 --- a/null-object/pom.xml +++ b/null-object/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>null-object</artifactId> <dependencies> diff --git a/object-pool/pom.xml b/object-pool/pom.xml index 9d2a887a2..59406068a 100644 --- a/object-pool/pom.xml +++ b/object-pool/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>object-pool</artifactId> <dependencies> diff --git a/observer/pom.xml b/observer/pom.xml index 5772f0350..77246fb13 100644 --- a/observer/pom.xml +++ b/observer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>observer</artifactId> <dependencies> diff --git a/poison-pill/pom.xml b/poison-pill/pom.xml index 073c25ade..10887dac5 100644 --- a/poison-pill/pom.xml +++ b/poison-pill/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>poison-pill</artifactId> <dependencies> diff --git a/pom.xml b/pom.xml index 71ad2c9ea..3d5dbfc91 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> <packaging>pom</packaging> <properties> diff --git a/private-class-data/pom.xml b/private-class-data/pom.xml index 89820c4ce..58fdeef04 100644 --- a/private-class-data/pom.xml +++ b/private-class-data/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>private-class-data</artifactId> <dependencies> diff --git a/property/pom.xml b/property/pom.xml index adfe12914..579ea9041 100644 --- a/property/pom.xml +++ b/property/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>property</artifactId> <dependencies> diff --git a/prototype/pom.xml b/prototype/pom.xml index 9d2b0bc3f..31e07ca52 100644 --- a/prototype/pom.xml +++ b/prototype/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>prototype</artifactId> <dependencies> diff --git a/proxy/pom.xml b/proxy/pom.xml index c264d4cdc..a33f4f612 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>proxy</artifactId> <dependencies> diff --git a/resource-acquisition-is-initialization/pom.xml b/resource-acquisition-is-initialization/pom.xml index c010c1795..978598909 100644 --- a/resource-acquisition-is-initialization/pom.xml +++ b/resource-acquisition-is-initialization/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>resource-acquisition-is-initialization</artifactId> <dependencies> diff --git a/servant/pom.xml b/servant/pom.xml index 9f611a1a7..72c0a91c2 100644 --- a/servant/pom.xml +++ b/servant/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>servant</artifactId> <dependencies> diff --git a/service-layer/pom.xml b/service-layer/pom.xml index 9f2771f21..45d3eacd6 100644 --- a/service-layer/pom.xml +++ b/service-layer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>service-layer</artifactId> <dependencies> diff --git a/service-locator/pom.xml b/service-locator/pom.xml index 7ca52aae4..a0a84a43c 100644 --- a/service-locator/pom.xml +++ b/service-locator/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>service-locator</artifactId> <dependencies> diff --git a/singleton/pom.xml b/singleton/pom.xml index f02c349fb..1db1ff382 100644 --- a/singleton/pom.xml +++ b/singleton/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>singleton</artifactId> <dependencies> diff --git a/specification/pom.xml b/specification/pom.xml index 5acafc83a..533897e00 100644 --- a/specification/pom.xml +++ b/specification/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>specification</artifactId> <dependencies> diff --git a/state/pom.xml b/state/pom.xml index 8afae338c..7f8bb7fbf 100644 --- a/state/pom.xml +++ b/state/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>state</artifactId> <dependencies> diff --git a/strategy/pom.xml b/strategy/pom.xml index 77821788d..466262d9b 100644 --- a/strategy/pom.xml +++ b/strategy/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>strategy</artifactId> <dependencies> diff --git a/template-method/pom.xml b/template-method/pom.xml index f63b237fd..7280b6cf5 100644 --- a/template-method/pom.xml +++ b/template-method/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>template-method</artifactId> <dependencies> diff --git a/thread-pool/pom.xml b/thread-pool/pom.xml index 1bb08fae5..71a357ab9 100644 --- a/thread-pool/pom.xml +++ b/thread-pool/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>thread-pool</artifactId> <dependencies> diff --git a/tolerant-reader/pom.xml b/tolerant-reader/pom.xml index bc4def2af..c92b169ba 100644 --- a/tolerant-reader/pom.xml +++ b/tolerant-reader/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>tolerant-reader</artifactId> <dependencies> diff --git a/visitor/pom.xml b/visitor/pom.xml index 823f26e26..609892888 100644 --- a/visitor/pom.xml +++ b/visitor/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.iluwatar</groupId> <artifactId>java-design-patterns</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> </parent> <artifactId>visitor</artifactId> <dependencies>