Skip to content

Commit

Permalink
Set version number for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Jan 1, 2016
1 parent e4458c1 commit e0e5132
Show file tree
Hide file tree
Showing 70 changed files with 73 additions and 73 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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>business-delegate</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion caching/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.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>caching</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>dao</artifactId>

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.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>decorator</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion delegation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>java-design-patterns</artifactId>
<groupId>com.iluwatar</groupId>
<version>1.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>factory-method</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fluentinterface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-design-patterns</artifactId>
<groupId>com.iluwatar</groupId>
<version>1.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>memento</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion message-channel/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.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>message-channel</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>model-view-presenter</artifactId>
<name>model-view-presenter</name>
Expand Down
2 changes: 1 addition & 1 deletion monostate/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.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>monostate</artifactId>
<dependencies>
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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</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.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>naked-objects-fixture</artifactId>
<version>1.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>naked-objects-webapp</artifactId>
<version>1.9.0</version>
<version>1.10.0-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down
Loading

0 comments on commit e0e5132

Please sign in to comment.