Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c6ca80b

Browse filesBrowse files
committed
Bump version number for the next development iteration
1 parent a2dd87d commit c6ca80b
Copy full SHA for c6ca80b

67 files changed

+70-70Lines changed: 70 additions & 70 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎abstract-factory/pom.xml‎

Copy file name to clipboardExpand all lines: abstract-factory/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.iluwatar</groupId>
77
<artifactId>java-design-patterns</artifactId>
8-
<version>1.7.0</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>abstract-factory</artifactId>
1111
<dependencies>
Collapse file

‎adapter/pom.xml‎

Copy file name to clipboardExpand all lines: adapter/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.iluwatar</groupId>
77
<artifactId>java-design-patterns</artifactId>
8-
<version>1.7.0</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>adapter</artifactId>
1111
<dependencies>
Collapse file

‎async-method-invocation/pom.xml‎

Copy file name to clipboardExpand all lines: async-method-invocation/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.iluwatar</groupId>
77
<artifactId>java-design-patterns</artifactId>
8-
<version>1.7.0</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>async-method-invocation</artifactId>
1111
<dependencies>
Collapse file

‎bridge/pom.xml‎

Copy file name to clipboardExpand all lines: bridge/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.iluwatar</groupId>
77
<artifactId>java-design-patterns</artifactId>
8-
<version>1.7.0</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>bridge</artifactId>
1111
<dependencies>
Collapse file

‎builder/pom.xml‎

Copy file name to clipboardExpand all lines: builder/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.iluwatar</groupId>
77
<artifactId>java-design-patterns</artifactId>
8-
<version>1.7.0</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>builder</artifactId>
1111
<dependencies>
Collapse file

‎business-delegate/pom.xml‎

Copy file name to clipboardExpand all lines: business-delegate/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.iluwatar</groupId>
88
<artifactId>java-design-patterns</artifactId>
9-
<version>1.7.0</version>
9+
<version>1.8.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>business-delegate</artifactId>
1212
<dependencies>
Collapse file

‎caching/pom.xml‎

Copy file name to clipboardExpand all lines: caching/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.iluwatar</groupId>
77
<artifactId>java-design-patterns</artifactId>
8-
<version>1.7.0</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>caching</artifactId>
1111
<dependencies>
Collapse file

‎callback/pom.xml‎

Copy file name to clipboardExpand all lines: callback/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.iluwatar</groupId>
77
<artifactId>java-design-patterns</artifactId>
8-
<version>1.7.0</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>callback</artifactId>
1111
<dependencies>
Collapse file

‎chain/pom.xml‎

Copy file name to clipboardExpand all lines: chain/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.iluwatar</groupId>
77
<artifactId>java-design-patterns</artifactId>
8-
<version>1.7.0</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>chain</artifactId>
1111
<dependencies>
Collapse file

‎command/pom.xml‎

Copy file name to clipboardExpand all lines: command/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.iluwatar</groupId>
77
<artifactId>java-design-patterns</artifactId>
8-
<version>1.7.0</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>command</artifactId>
1111
<dependencies>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.