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 e9fb80f commit d70b143Copy full SHA for d70b143
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.folio</groupId>
13
<artifactId>edge-courses</artifactId>
14
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.5.1</version>
15
<name>edge-courses</name>
16
<description>Provides an ability to retrieve course-reserve information from FOLIO</description>
17
<packaging>jar</packaging>
@@ -291,6 +291,6 @@
291
<url>https://github.com/folio-org/${project.artifactId}</url>
292
<connection>scm:git:git://github.com/folio-org/${project.artifactId}.git</connection>
293
<developerConnection>scm:git:[email protected]:folio-org/${project.artifactId}.git</developerConnection>
294
- <tag>HEAD</tag>
+ <tag>v1.5.1</tag>
295
</scm>
296
</project>
0 commit comments