Skip to content

Commit

Permalink
use ${parent.version} variable within all NMS implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSequel committed Sep 7, 2021
1 parent be08f18 commit 1500b03
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion v1_10_R1/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.nosequel.tab</groupId>
<artifactId>shared</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${parent.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_12_R1/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.nosequel.tab</groupId>
<artifactId>shared</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${parent.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_14_R1/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.nosequel.tab</groupId>
<artifactId>shared</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${parent.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_15_R1/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.nosequel.tab</groupId>
<artifactId>shared</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${parent.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_16_R3/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.nosequel.tab</groupId>
<artifactId>shared</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${parent.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_7_R4/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.nosequel.tab</groupId>
<artifactId>shared</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${parent.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_8_R3/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.nosequel.tab</groupId>
<artifactId>shared</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${parent.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_9_R1/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.nosequel.tab</groupId>
<artifactId>shared</artifactId>
<version>1.1-SNAPSHOT</version>
<version>${parent.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1500b03

Please sign in to comment.