Skip to content

Commit

Permalink
Fix error of building release v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisSaldabols committed Sep 4, 2024
1 parent 9980233 commit ef94a66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
{
"id":"holdings-storage",
"version":"7.0"
"version":"6.0 7.0"
},
{
"id":"inventory",
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>mod-ncip</artifactId>
<version>1.15.1-SNAPSHOT</version>
<version>1.15.0</version>
<name>NCIP</name>
<description>NCIP responder for FOLIO (internal module)</description>

Expand Down Expand Up @@ -235,7 +235,7 @@
<url>https://github.com/folio-org/mod-ncip</url>
<connection>scm:git:git://github.com/folio-org/mod-ncip</connection>
<developerConnection>scm:git:[email protected]:folio-org/mod-ncip.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.15.0</tag>
</scm>

<build>
Expand Down

0 comments on commit ef94a66

Please sign in to comment.