We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd77d23 commit fbc07ecCopy full SHA for fbc07ec
pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>com.syncleus.maven.plugins</groupId>
25
<artifactId>maven-mongodb-plugin</artifactId>
26
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
27
<packaging>maven-plugin</packaging>
28
29
<name>maven-mongodb-plugin</name>
@@ -48,6 +48,7 @@
48
<connection>scm:git:http://gerrit.syncleus.com/maven-mongodb-plugin</connection>
49
<developerConnection>scm:git:ssh://gerrit.syncleus.com:29418/maven-mongodb-plugin</developerConnection>
50
<url>http://gerrit.syncleus.com/maven-mongodb-plugin</url>
51
+ <tag>v1.1.0</tag>
52
</scm>
53
54
<ciManagement>
0 commit comments