Skip to content

Commit

Permalink
Merge pull request #32 from arrowhead-f/development
Browse files Browse the repository at this point in the history
Release v4.4.0.2
  • Loading branch information
borditamas authored Jan 5, 2022
2 parents f3dc6bb + d1910a1 commit 409d7bc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion application-skeleton-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.arrowhead</groupId>
<artifactId>application-skeleton-java-spring</artifactId>
<version>4.4.0.1</version>
<version>4.4.0.2</version>
</parent>

<artifactId>arrowhead-application-skeleton-consumer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion application-skeleton-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.arrowhead</groupId>
<artifactId>application-skeleton-java-spring</artifactId>
<version>4.4.0.1</version>
<version>4.4.0.2</version>
</parent>

<artifactId>arrowhead-application-skeleton-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion application-skeleton-publisher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.arrowhead</groupId>
<artifactId>application-skeleton-java-spring</artifactId>
<version>4.4.0.1</version>
<version>4.4.0.2</version>
</parent>

<artifactId>arrowhead-application-skeleton-publisher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion application-skeleton-subscriber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.arrowhead</groupId>
<artifactId>application-skeleton-java-spring</artifactId>
<version>4.4.0.1</version>
<version>4.4.0.2</version>
</parent>

<artifactId>arrowhead-application-skeleton-subscriber</artifactId>
Expand Down
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.5.RELEASE</version>
<version>2.6.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>eu.arrowhead</groupId>
<artifactId>application-skeleton-java-spring</artifactId>
<version>4.4.0.1</version>
<version>4.4.0.2</version>
<packaging>pom</packaging>
<name>application-skeleton-java-spring</name>
<description>Arrowhead Application Skeleton using Spring Boot</description>
Expand All @@ -23,10 +23,6 @@
</license>
</licenses>

<properties>
<log4j2.version>2.17.0</log4j2.version>
</properties>

<modules>
<module>application-skeleton-consumer</module>
<module>application-skeleton-provider</module>
Expand All @@ -38,7 +34,7 @@
<dependency>
<groupId>ai.aitia</groupId>
<artifactId>arrowhead-application-library-java-spring</artifactId>
<version>4.4.0.1</version>
<version>4.4.0.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 409d7bc

Please sign in to comment.