Skip to content

Commit 26913c7

Browse files
author
Mahdi
committed
Update maven jpkg version
1 parent 349deca commit 26913c7

16 files changed

Lines changed: 31 additions & 31 deletions

File tree

00-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>ir.moke.jpkg</groupId>
7979
<artifactId>maven-jpkg</artifactId>
80-
<version>1.0</version>
80+
<version>1.1</version>
8181
<configuration>
8282
<name>00-common</name>
8383
<version>0.1</version>
@@ -88,4 +88,4 @@
8888
</plugins>
8989
</build>
9090

91-
</project>
91+
</project>

01-basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>ir.moke.jpkg</groupId>
4343
<artifactId>maven-jpkg</artifactId>
44-
<version>1.0</version>
44+
<version>1.1</version>
4545
<executions>
4646
<execution>
4747
<goals>

02-timer-task/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>ir.moke.jpkg</groupId>
4444
<artifactId>maven-jpkg</artifactId>
45-
<version>1.0</version>
45+
<version>1.1</version>
4646
<executions>
4747
<execution>
4848
<goals>
@@ -61,4 +61,4 @@
6161
</build>
6262

6363

64-
</project>
64+
</project>

03-http-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>ir.moke.jpkg</groupId>
7272
<artifactId>maven-jpkg</artifactId>
73-
<version>1.0</version>
73+
<version>1.1</version>
7474
<configuration>
7575
<name>03-http-server</name>
7676
<version>0.1</version>
@@ -81,4 +81,4 @@
8181
</plugins>
8282
</build>
8383

84-
</project>
84+
</project>

04-simple-dependency/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>ir.moke.jpkg</groupId>
8080
<artifactId>maven-jpkg</artifactId>
81-
<version>1.0</version>
81+
<version>1.1</version>
8282
<configuration>
8383
<name>04-simple-dependency</name>
8484
<version>0.1</version>
@@ -97,4 +97,4 @@
9797
</build>
9898

9999

100-
</project>
100+
</project>

05-apache-tomcat/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>ir.moke.jpkg</groupId>
8585
<artifactId>maven-jpkg</artifactId>
86-
<version>1.0</version>
86+
<version>1.1</version>
8787
<configuration>
8888
<name>05-apache-tomcat</name>
8989
<version>0.1</version>
@@ -94,4 +94,4 @@
9494
</plugins>
9595
</build>
9696

97-
</project>
97+
</project>

06-jetty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>ir.moke.jpkg</groupId>
8686
<artifactId>maven-jpkg</artifactId>
87-
<version>1.0</version>
87+
<version>1.1</version>
8888
<configuration>
8989
<name>06-jetty</name>
9090
<version>0.1</version>
@@ -96,4 +96,4 @@
9696
</build>
9797

9898

99-
</project>
99+
</project>

07-zeroMQ/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>ir.moke.jpkg</groupId>
8080
<artifactId>maven-jpkg</artifactId>
81-
<version>1.0</version>
81+
<version>1.1</version>
8282
<configuration>
8383
<name>07-zeroMQ</name>
8484
<version>0.1</version>
@@ -89,4 +89,4 @@
8989
</plugins>
9090
</build>
9191

92-
</project>
92+
</project>

08-vertx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>ir.moke.jpkg</groupId>
7979
<artifactId>maven-jpkg</artifactId>
80-
<version>1.0</version>
80+
<version>1.1</version>
8181
<configuration>
8282
<name>08-vertx</name>
8383
<version>0.1</version>
@@ -87,4 +87,4 @@
8787
</plugin>
8888
</plugins>
8989
</build>
90-
</project>
90+
</project>

09-quartz/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>ir.moke.jpkg</groupId>
8686
<artifactId>maven-jpkg</artifactId>
87-
<version>1.0</version>
87+
<version>1.1</version>
8888
<configuration>
8989
<name>09-quartz</name>
9090
<version>0.1</version>
@@ -95,4 +95,4 @@
9595
</plugins>
9696
</build>
9797

98-
</project>
98+
</project>

0 commit comments

Comments
 (0)