Skip to content

Commit 8f44a19

Browse files
committed
Bumped the version from 2.20 to 2.21
1 parent dd1024f commit 8f44a19

File tree

50 files changed

+63
-63
lines changed

Some content is hidden

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

50 files changed

+63
-63
lines changed

node-app/node-app-assemble/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.windsor.node.app</groupId>
66
<artifactId>node-app</artifactId>
7-
<version>2.20</version>
7+
<version>2.21</version>
88
</parent>
99
<artifactId>node-app-assemble</artifactId>
1010
<packaging>pom</packaging>

node-app/node-app-wna/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.windsor.node.app</groupId>
66
<artifactId>node-app</artifactId>
7-
<version>2.20</version>
7+
<version>2.21</version>
88
</parent>
99
<artifactId>node-app-wna</artifactId>
1010
<packaging>war</packaging>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.windsor.node.core</groupId>
3030
<artifactId>node-core-wnos</artifactId>
31-
<version>2.20</version>
31+
<version>2.21</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>javax.servlet</groupId>

node-app/node-app-wne/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.windsor.node.app</groupId>
66
<artifactId>node-app</artifactId>
7-
<version>2.20</version>
7+
<version>2.21</version>
88
</parent>
99
<artifactId>node-app-wne</artifactId>
1010
<packaging>war</packaging>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.windsor.node.core</groupId>
6262
<artifactId>node-core-common</artifactId>
63-
<version>2.20</version>
63+
<version>2.21</version>
6464
<exclusions>
6565
<exclusion>
6666
<artifactId>commons-io</artifactId>

node-app/node-app-wne2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.windsor.node.app</groupId>
66
<artifactId>node-app</artifactId>
7-
<version>2.20</version>
7+
<version>2.21</version>
88
</parent>
99
<artifactId>node-app-wne2</artifactId>
1010
<packaging>war</packaging>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.windsor.node.core</groupId>
5151
<artifactId>node-core-common</artifactId>
52-
<version>2.20</version>
52+
<version>2.21</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>javax.servlet</groupId>

node-app/node-app-wnos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.windsor.node.app</groupId>
66
<artifactId>node-app</artifactId>
7-
<version>2.20</version>
7+
<version>2.21</version>
88
</parent>
99
<artifactId>node-app-wnos</artifactId>
1010
<packaging>war</packaging>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.windsor.node.core</groupId>
3030
<artifactId>node-core-wnos</artifactId>
31-
<version>2.20</version>
31+
<version>2.21</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.hibernate</groupId>

node-app/node-app-wnrest/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.windsor.node.app</groupId>
66
<artifactId>node-app</artifactId>
7-
<version>2.20</version>
7+
<version>2.21</version>
88
</parent>
99
<artifactId>node-app-wnrest</artifactId>
1010
<packaging>war</packaging>
@@ -28,12 +28,12 @@
2828
<dependency>
2929
<groupId>com.windsor.node.core</groupId>
3030
<artifactId>node-core-common</artifactId>
31-
<version>2.20</version>
31+
<version>2.21</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.windsor.node.core</groupId>
3535
<artifactId>node-core-wnos</artifactId>
36-
<version>2.20</version>
36+
<version>2.21</version>
3737
</dependency>
3838

3939
<!-- Spring dependencies -->

node-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.windsor.node</groupId>
77
<artifactId>node</artifactId>
8-
<version>2.20</version>
8+
<version>2.21</version>
99
</parent>
1010
<name>Node Application - Parent</name>
1111
<groupId>com.windsor.node.app</groupId>

node-core/node-core-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.windsor.node.core</groupId>
66
<artifactId>node-core</artifactId>
7-
<version>2.20</version>
7+
<version>2.21</version>
88
</parent>
99
<artifactId>node-core-common</artifactId>
1010
<packaging>jar</packaging>

node-core/node-core-wnos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.windsor.node.core</groupId>
66
<artifactId>node-core</artifactId>
7-
<version>2.20</version>
7+
<version>2.21</version>
88
</parent>
99
<artifactId>node-core-wnos</artifactId>
1010
<packaging>jar</packaging>
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.windsor.node.core</groupId>
1515
<artifactId>node-core-common</artifactId>
16-
<version>2.20</version>
16+
<version>2.21</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>org.slf4j</groupId>

node-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.windsor.node</groupId>
66
<artifactId>node</artifactId>
7-
<version>2.20</version>
7+
<version>2.21</version>
88
</parent>
99
<groupId>com.windsor.node.core</groupId>
1010
<artifactId>node-core</artifactId>

0 commit comments

Comments
 (0)