Skip to content

Commit 784a808

Browse files
committed
Preparing for v1.0.0 release.
1 parent d73f5d9 commit 784a808

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
maven-mongodb-plugin
22
=======================
3-
[![Test Coverage](https://img.shields.io/sonar/http/sonar.syncleus.com/com.syncleus.mavin.plugins:maven-mongodb-plugin/coverage.svg?style=flat)](http://sonar.syncleus.com/dashboard/index/8914)
4-
[![dependencies](https://www.versioneye.com/user/projects/557a20a86165340022000001/badge.svg?style=flat)](https://www.versioneye.com/user/projects/557a20a86165340022000001)
53

64
Maven plugin wrapper for the [flapdoodle.de embedded MongoDB API](http://github.com/flapdoodle-oss/embedmongo.flapdoodle.de).
75

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.syncleus.maven.plugins</groupId>
2525
<artifactId>maven-mongodb-plugin</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727
<packaging>maven-plugin</packaging>
2828

2929
<name>maven-mongodb-plugin</name>
@@ -48,6 +48,7 @@
4848
<connection>scm:git:http://gerrit.syncleus.com/maven-mongodb-plugin</connection>
4949
<developerConnection>scm:git:ssh://gerrit.syncleus.com:29418/maven-mongodb-plugin</developerConnection>
5050
<url>http://gerrit.syncleus.com/maven-mongodb-plugin</url>
51+
<tag>v1.0.0</tag>
5152
</scm>
5253

5354
<ciManagement>

0 commit comments

Comments
 (0)