Skip to content

Commit

Permalink
Fix POMs to actually build with change from 734de61
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjon3377 committed Jun 27, 2022
1 parent 734de61 commit 17c2cd2
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions drivers.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>drivers.common</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions drivers.exploration.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>drivers.exploration.common</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions drivers.exploration.old/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>drivers.exploration.old</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions drivers.generators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>drivers.generators</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions drivers.gui.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>drivers.gui.common</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions drivers.query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>drivers.query</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions drivers.utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>drivers.utility</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions drivers.worker.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>drivers.worker.common</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion lovelace-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>assistive-programs</artifactId>
<groupId>com.github.strategic-primer</groupId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>main</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions mining/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>mining</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>model</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.strategic-primer</groupId>
<artifactId>assistive-programs</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>report</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${parent.version}</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion third-party/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>assistive-programs</artifactId>
<groupId>com.github.strategic-primer</groupId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 17c2cd2

Please sign in to comment.