We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00426c4 commit 8329d64Copy full SHA for 8329d64
pom.xml
@@ -12,7 +12,7 @@
12
<name>mod-search</name>
13
<groupId>org.folio</groupId>
14
<artifactId>mod-search</artifactId>
15
- <version>5.0.5-SNAPSHOT</version>
+ <version>5.0.5</version>
16
<description>FOLIO search service</description>
17
<packaging>jar</packaging>
18
@@ -628,7 +628,7 @@
628
<url>https://github.com/folio-org/${project.artifactId}</url>
629
<connection>scm:git:git://github.com/folio-org/${project.artifactId}.git</connection>
630
<developerConnection>scm:git:git@github.com:folio-org/${project.artifactId}.git</developerConnection>
631
- <tag>release/v5.0</tag>
+ <tag>v5.0.5</tag>
632
</scm>
633
634
</project>
0 commit comments