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 f13d047 commit b73bd67Copy full SHA for b73bd67
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.lonnyj</groupId>
6
<artifactId>liquibase-spatial</artifactId>
7
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</version>
8
9
<name>Liquibase Spatial</name>
10
<description>Liquibase Spatial extends Liquibase to handle spatial indexing and geometry types</description>
@@ -34,7 +34,7 @@
34
<scm>
35
<connection>scm:git:git@${repository.domain}:${repository.user}/${repository.name}.git</connection>
36
<developerConnection>scm:git:git@${repository.domain}:${repository.user}/${repository.name}.git</developerConnection>
37
- <tag>HEAD</tag>
+ <tag>liquibase-spatial-1.1.1</tag>
38
<url>https://${repository.domain}/${repository.user}/${repository.name}</url>
39
</scm>
40
0 commit comments