Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
espentj committed Sep 15, 2021
1 parent 7c2afe3 commit 6274a96
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>

<artifactId>fiberoptics-das-simulator</artifactId>
Expand Down
10 changes: 5 additions & 5 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.2-SNAPSHOT</version>
<version>2.0.2</version>
<description>Parent for simulator modules</description>
<inceptionYear>2020</inceptionYear>

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

<properties>
Expand All @@ -63,17 +63,17 @@
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>fiberoptics-das-simulator</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>simulator-common</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>simulator-box-unit</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</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.2-SNAPSHOT</version>
<version>2.0.2</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.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>

<artifactId>simulator-common</artifactId>
Expand Down

0 comments on commit 6274a96

Please sign in to comment.