Skip to content

Commit

Permalink
update version plugin to support ignoredVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Nov 26, 2024
1 parent f73108d commit 2718eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ jobs:
- run:
name: findDevelopSnapshot
command: |
./mvnw versions:update-properties -Dincludes=io.dockstore:* -DallowSnapshots
# grab the latest snapshot version that doesn't seem to correspond to a feature branch or similar
./mvnw versions:update-properties -Dincludes="io.dockstore:*" -Dmaven.version.ignore=\.*-\.*-SNAPSHOT -DallowSnapshots
- run:
name: force update to latest snapshot versions, # review this step to see what versions were used, also see https://stackoverflow.com/questions/29020716/maven-what-does-u-update-snapshots-really-do
command: |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.10.0</version>
<version>2.18.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 2718eca

Please sign in to comment.