Skip to content

Commit

Permalink
CI-friendly pom tweaks (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Sep 23, 2022
1 parent 1dea3cc commit b3347b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store

target/
.flattened-pom.xml
*.jar
!.mvn/wrapper/*.jar
*.log
Expand Down
4 changes: 2 additions & 2 deletions submodule.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.onthegomap.planetiler</groupId>
<artifactId>planetiler-core</artifactId>
<version>${project.parent.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.onthegomap.planetiler</groupId>
<artifactId>planetiler-core</artifactId>
<version>${project.parent.version}</version>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit b3347b8

Please sign in to comment.