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 1b92ef7 commit 260fac5Copy full SHA for 260fac5
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.folio</groupId>
13
<artifactId>edge-courses</artifactId>
14
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.3.0</version>
15
<name>edge-courses</name>
16
<description>Provides an ability to retrieve course-reserve information from FOLIO</description>
17
<packaging>jar</packaging>
@@ -307,6 +307,6 @@
307
<url>https://github.com/folio-org/${project.artifactId}</url>
308
<connection>scm:git:git://github.com/folio-org/${project.artifactId}.git</connection>
309
<developerConnection>scm:git:[email protected]:folio-org/${project.artifactId}.git</developerConnection>
310
- <tag>HEAD</tag>
+ <tag>v1.3.0</tag>
311
</scm>
312
</project>
0 commit comments