Skip to content

Commit

Permalink
Set project version to 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Aug 31, 2015
1 parent 981c0bd commit 374d461
Show file tree
Hide file tree
Showing 61 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion abstract-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>abstract-factory</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>adapter</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion async-method-invocation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>async-method-invocation</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>bridge</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>builder</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion business-delegate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>business-delegate</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion callback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>callback</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion chain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>chain</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>command</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion composite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>composite</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>dao</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion decorator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>decorator</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dependency-injection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>dependency-injection</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion double-checked-locking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>double-checked-locking</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion double-dispatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>double-dispatch</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion event-aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>event-aggregator</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion execute-around/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>execute-around</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion facade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>facade</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion factory-method/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>factory-method</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>flux</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flyweight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>flyweight</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion front-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>front-controller</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion half-sync-half-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>half-sync-half-async</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion intercepting-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>intercepting-filter</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion interpreter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>interpreter</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion iterator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>iterator</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion layers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<groupId>com.iluwatar.layers</groupId>
<artifactId>layers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lazy-loading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>lazy-loading</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion mediator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>mediator</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion memento/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>memento</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion model-view-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>model-view-controller</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion model-view-presenter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>model-view-presenter</artifactId>
<name>model-view-presenter</name>
Expand Down
2 changes: 1 addition & 1 deletion multiton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>multiton</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion naked-objects/dom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>naked-objects</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>

<artifactId>naked-objects-dom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion naked-objects/fixture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>naked-objects</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>

<artifactId>naked-objects-fixture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion naked-objects/integtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>naked-objects</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>

<artifactId>naked-objects-integtests</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions naked-objects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>java-design-patterns</artifactId>
<groupId>com.iluwatar</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>

<artifactId>naked-objects</artifactId>
Expand Down Expand Up @@ -350,17 +350,17 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>naked-objects-dom</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>naked-objects-fixture</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>naked-objects-webapp</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion naked-objects/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>naked-objects</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>

<artifactId>naked-objects-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion null-object/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>null-object</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion object-pool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>object-pool</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion observer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>observer</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion poison-pill/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<artifactId>poison-pill</artifactId>
<dependencies>
Expand Down
Loading

0 comments on commit 374d461

Please sign in to comment.