Skip to content

Commit ae212de

Browse files
committed
Update to urm plugin 1.3.0
1 parent d9e55c7 commit ae212de

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>

0 commit comments

Comments
 (0)