Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitae212de

Browse files
committed
Update to urm plugin 1.3.0
1 parentd9e55c7 commitae212de

File tree

59 files changed

+407
-1
lines changed

Some content is hidden

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

59 files changed

+407
-1
lines changed

‎abstract-factory/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.abstractfactory.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>abstract-factory</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎adapter/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.adapter.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>adapter</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎async-method-invocation/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.async.method.invocation.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>async-method-invocation</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎bridge/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.bridge.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>bridge</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎builder/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.builder.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>builder</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎business-delegate/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.business.delegate.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>business-delegate</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎callback/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.callback.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>callback</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎chain/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.chain.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>chain</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎command/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.command.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>command</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎composite/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.composite.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>composite</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎dao/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.dao.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>dao</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎decorator/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.decorator.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>decorator</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎dependency-injection/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
<param>com.iluwatar.dependency.injection.App</param>
3535
</ignores>
3636
</configuration>
37+
<dependencies>
38+
<dependency>
39+
<groupId>com.iluwatar</groupId>
40+
<artifactId>dependency-injection</artifactId>
41+
<version>1.6.0</version>
42+
</dependency>
43+
</dependencies>
3744
</plugin>
3845
</plugins>
3946
</build>

‎double-checked-locking/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
<param>com.iluwatar.doublechecked.locking.App</param>
2828
</ignores>
2929
</configuration>
30+
<dependencies>
31+
<dependency>
32+
<groupId>com.iluwatar</groupId>
33+
<artifactId>double-checked-locking</artifactId>
34+
<version>1.6.0</version>
35+
</dependency>
36+
</dependencies>
3037
</plugin>
3138
</plugins>
3239
</build>

‎double-dispatch/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.doubledispatch.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>double-dispatch</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎event-aggregator/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
<param>com.iluwatar.event.aggregator.App</param>
2828
</ignores>
2929
</configuration>
30+
<dependencies>
31+
<dependency>
32+
<groupId>com.iluwatar</groupId>
33+
<artifactId>event-aggregator</artifactId>
34+
<version>1.6.0</version>
35+
</dependency>
36+
</dependencies>
3037
</plugin>
3138
</plugins>
3239
</build>

‎execute-around/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.execute.around.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>execute-around</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎facade/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.facade.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>facade</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎factory-method/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.factory.method.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>factory-method</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎fluentinterface/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
<param>com.iluwatar.fluentinterface.app.App</param>
3333
</ignores>
3434
</configuration>
35+
<dependencies>
36+
<dependency>
37+
<groupId>com.iluwatar</groupId>
38+
<artifactId>fluentinterface</artifactId>
39+
<version>1.6.0</version>
40+
</dependency>
41+
</dependencies>
3542
</plugin>
3643
</plugins>
3744
</build>

‎flux/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
<param>com.iluwatar.flux.app.App</param>
3434
</ignores>
3535
</configuration>
36+
<dependencies>
37+
<dependency>
38+
<groupId>com.iluwatar</groupId>
39+
<artifactId>flux</artifactId>
40+
<version>1.6.0</version>
41+
</dependency>
42+
</dependencies>
3643
</plugin>
3744
</plugins>
3845
</build>

‎flyweight/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.flyweight.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>flyweight</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎front-controller/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.front.controller.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>front-controller</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎half-sync-half-async/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.halfsynchalfasync.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>half-sync-half-async</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎intercepting-filter/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.intercepting.filter.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>intercepting-filter</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎interpreter/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.interpreter.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>interpreter</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎iterator/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<param>com.iluwatar.iterator.App</param>
3030
</ignores>
3131
</configuration>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.iluwatar</groupId>
35+
<artifactId>iterator</artifactId>
36+
<version>1.6.0</version>
37+
</dependency>
38+
</dependencies>
3239
</plugin>
3340
</plugins>
3441
</build>

‎layers/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
<param>com.iluwatar.layers.App</param>
4747
</ignores>
4848
</configuration>
49+
<dependencies>
50+
<dependency>
51+
<groupId>com.iluwatar.layers</groupId>
52+
<artifactId>layers</artifactId>
53+
<version>1.6.0</version>
54+
</dependency>
55+
</dependencies>
4956
</plugin>
5057
</plugins>
5158
</build>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp