Skip to content

Commit

Permalink
Set useBaseVersion to false when copying dependencies to address Nara…
Browse files Browse the repository at this point in the history
…yana use of pinned snapshots (#972)
  • Loading branch information
barchetta authored Aug 30, 2019
1 parent d42482a commit 8c1d15f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/quickstarts/helidon-quickstart-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<overWriteIfNewer>true</overWriteIfNewer>
<includeScope>runtime</includeScope>
<excludeScope>test</excludeScope>
<useBaseVersion>false</useBaseVersion>
</configuration>
</execution>
</executions>
Expand Down
1 change: 1 addition & 0 deletions examples/quickstarts/helidon-quickstart-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<overWriteIfNewer>true</overWriteIfNewer>
<includeScope>runtime</includeScope>
<excludeScope>test</excludeScope>
<useBaseVersion>false</useBaseVersion>
</configuration>
</execution>
</executions>
Expand Down
1 change: 1 addition & 0 deletions tests/apps/bookstore/bookstore-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<overWriteIfNewer>true</overWriteIfNewer>
<includeScope>runtime</includeScope>
<excludeScope>test</excludeScope>
<useBaseVersion>false</useBaseVersion>
</configuration>
</execution>
</executions>
Expand Down
1 change: 1 addition & 0 deletions tests/apps/bookstore/bookstore-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<overWriteIfNewer>true</overWriteIfNewer>
<includeScope>runtime</includeScope>
<excludeScope>test</excludeScope>
<useBaseVersion>false</useBaseVersion>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 8c1d15f

Please sign in to comment.