Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
espentj committed Sep 15, 2021
1 parent d378da9 commit bafff1a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 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.3-SNAPSHOT</version>
<version>2.0.3</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.3-SNAPSHOT</version>
<version>2.0.3</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.3</tag>
</scm>

<properties>
Expand All @@ -65,22 +65,22 @@
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>fiberoptics-das-simulator</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>simulator-common</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>simulator-box-unit</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>static-data-unit</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</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.3-SNAPSHOT</version>
<version>2.0.3</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.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>

<artifactId>simulator-common</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions static-data-unit/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.equinor.fiberoptics</groupId>
<artifactId>parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>

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

0 comments on commit bafff1a

Please sign in to comment.