Skip to content

Commit 409d7bc

Browse files
authored
Merge pull request #32 from arrowhead-f/development
Release v4.4.0.2
2 parents f3dc6bb + d1910a1 commit 409d7bc

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

application-skeleton-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.arrowhead</groupId>
66
<artifactId>application-skeleton-java-spring</artifactId>
7-
<version>4.4.0.1</version>
7+
<version>4.4.0.2</version>
88
</parent>
99

1010
<artifactId>arrowhead-application-skeleton-consumer</artifactId>

application-skeleton-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.arrowhead</groupId>
66
<artifactId>application-skeleton-java-spring</artifactId>
7-
<version>4.4.0.1</version>
7+
<version>4.4.0.2</version>
88
</parent>
99

1010
<artifactId>arrowhead-application-skeleton-provider</artifactId>

application-skeleton-publisher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.arrowhead</groupId>
66
<artifactId>application-skeleton-java-spring</artifactId>
7-
<version>4.4.0.1</version>
7+
<version>4.4.0.2</version>
88
</parent>
99

1010
<artifactId>arrowhead-application-skeleton-publisher</artifactId>

application-skeleton-subscriber/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.arrowhead</groupId>
66
<artifactId>application-skeleton-java-spring</artifactId>
7-
<version>4.4.0.1</version>
7+
<version>4.4.0.2</version>
88
</parent>
99

1010
<artifactId>arrowhead-application-skeleton-subscriber</artifactId>

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>2.1.5.RELEASE</version>
7+
<version>2.6.2</version>
88
<relativePath/> <!-- lookup parent from repository -->
99
</parent>
1010

1111
<groupId>eu.arrowhead</groupId>
1212
<artifactId>application-skeleton-java-spring</artifactId>
13-
<version>4.4.0.1</version>
13+
<version>4.4.0.2</version>
1414
<packaging>pom</packaging>
1515
<name>application-skeleton-java-spring</name>
1616
<description>Arrowhead Application Skeleton using Spring Boot</description>
@@ -23,10 +23,6 @@
2323
</license>
2424
</licenses>
2525

26-
<properties>
27-
<log4j2.version>2.17.0</log4j2.version>
28-
</properties>
29-
3026
<modules>
3127
<module>application-skeleton-consumer</module>
3228
<module>application-skeleton-provider</module>
@@ -38,7 +34,7 @@
3834
<dependency>
3935
<groupId>ai.aitia</groupId>
4036
<artifactId>arrowhead-application-library-java-spring</artifactId>
41-
<version>4.4.0.1</version>
37+
<version>4.4.0.2</version>
4238
</dependency>
4339
</dependencies>
4440

0 commit comments

Comments
 (0)