Skip to content

Commit

Permalink
Upgraded Spring boot and Spring cloud to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
espentj committed Aug 24, 2021
1 parent 46a0d2c commit 206dee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.4.RELEASE</version>
<version>2.5.4</version>
<relativePath/>
</parent>

<groupId>com.equinor.fiberoptics</groupId>
<artifactId>fiberoptics-das-simulator</artifactId>
<description>A Fiberoptics DAS producer reference implementation</description>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>jar</packaging>
<licenses>
<license>
Expand All @@ -37,9 +37,9 @@
</developers>
<properties>
<dasschemas.version>1.0.7</dasschemas.version>
<spring-cloud.version>Hoxton.SR8</spring-cloud.version>
<spring-cloud.version>2020.0.3</spring-cloud.version>
<java.version>13</java.version>
<confluent.version>6.0.0</confluent.version>
<confluent.version>6.2.0</confluent.version>
<docker.image.prefix>ingressplatform</docker.image.prefix>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand All @@ -54,7 +54,7 @@
<repository>
<id>Confluent</id>
<name>Confluent repo</name>
<url>https://packages.confluent.io/maven</url>
<url>http://packages.confluent.io/maven</url>
</repository>
<repository>
<id>publicshemas</id>
Expand Down
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:icons: font
:toc:

Latest version: 1.0.3
Latest version: 1.0.4

The DAS amplitude simulator simulates a real DAS interrogators communication into an Equinor DAS streaming
platform. This version simulates the back-end system of the streaming platform via a Docker compose file
Expand Down

0 comments on commit 206dee3

Please sign in to comment.