Skip to content

Commit

Permalink
UBO-262 Set version of pica2mods to 2.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi authored and kkrebs committed Aug 28, 2023
1 parent 8653383 commit 84287d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<jquery.version>3.5.1</jquery.version>
<mycore.version>2022.06.3-SNAPSHOT</mycore.version>
<node.version>v16.0.0</node.version>
<pica2mods.version>2.8-SNAPSHOT</pica2mods.version>
<sortpom.sortDeps>scope,groupId,artifactId</sortpom.sortDeps>
<sortpom.sortFile>https://gist.githubusercontent.com/yagee-de/dfd3698c1b49173dbf251f74eb6a9297/raw/406460c088ff3cb6354e4ae6b40535e6f841607d/mycore_sort.xml</sortpom.sortFile>
<sortpom.sortProps>true</sortpom.sortProps>
Expand Down
2 changes: 1 addition & 1 deletion ubo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
<dependency>
<groupId>org.mycore.pica2mods</groupId>
<artifactId>pica2mods-xslt</artifactId>
<version>2.7-SNAPSHOT</version>
<version>${pica2mods.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 84287d8

Please sign in to comment.