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 4c5270b commit cf4b53bCopy full SHA for cf4b53b
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.folio</groupId>
13
<artifactId>edge-courses</artifactId>
14
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.4.1</version>
15
<name>edge-courses</name>
16
<description>Provides an ability to retrieve course-reserve information from FOLIO</description>
17
<packaging>jar</packaging>
@@ -336,6 +336,6 @@
336
<url>https://github.com/folio-org/${project.artifactId}</url>
337
<connection>scm:git:git://github.com/folio-org/${project.artifactId}.git</connection>
338
<developerConnection>scm:git:[email protected]:folio-org/${project.artifactId}.git</developerConnection>
339
- <tag>HEAD</tag>
+ <tag>v1.4.1</tag>
340
</scm>
341
</project>
0 commit comments