We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0903f89 commit 3f44698Copy full SHA for 3f44698
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.folio</groupId>
5
<artifactId>edge-api-utils</artifactId>
6
<packaging>jar</packaging>
7
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.0</version>
8
<name>edge-api-utils</name>
9
<description>Common/Shared Edge API utilities for edge-common and edge-common-spring</description>
10
@@ -271,7 +271,7 @@
271
<url>https://github.com/folio-org/${project.artifactId}</url>
272
<connection>scm:git:git://github.com/folio-org/${project.artifactId}.git</connection>
273
<developerConnection>scm:git:git@github.com:folio-org/${project.artifactId}.git</developerConnection>
274
- <tag>HEAD</tag>
+ <tag>v1.7.0</tag>
275
</scm>
276
277
</project>
0 commit comments