Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lindvarl committed Oct 12, 2021
1 parent 6537a0a commit bbb7348
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion das-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>parent</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>
</parent>

<artifactId>fiberoptics-das-simulator</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.equinor.fiberoptics</groupId>
<artifactId>parent</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>
<description>Parent for simulator modules</description>
<inceptionYear>2020</inceptionYear>

Expand Down Expand Up @@ -45,7 +45,7 @@
<url>
https://github.com/equinor/fiberoptics-das-simulator
</url>
<tag>HEAD</tag>
<tag>2.0.8</tag>
</scm>

<properties>
Expand All @@ -65,22 +65,22 @@
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>fiberoptics-das-simulator</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>simulator-common</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>simulator-box-unit</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>static-data-unit</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion simulator-box-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>parent</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>
</parent>

<artifactId>simulator-box-unit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion simulator-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>parent</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>
</parent>

<artifactId>simulator-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion static-data-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>parent</artifactId>
<version>2.0.8-SNAPSHOT</version>
<version>2.0.8</version>
</parent>

<artifactId>static-data-unit</artifactId>
Expand Down

0 comments on commit bbb7348

Please sign in to comment.