Skip to content

Commit 80a969e

Browse files
committed
[maven-release-plugin] prepare release mockito-object-injection-2.0.2
1 parent 6f672cc commit 80a969e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.exabrial</groupId>
55
<artifactId>mockito-object-injection</artifactId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.0.2</version>
77
<packaging>jar</packaging>
88
<description>Mockito Object Injection</description>
99
<name>${project.artifactId}</name>
@@ -13,7 +13,7 @@
1313
<connection>scm:git:ssh://[email protected]/exabrial/mockito-object-injection.git</connection>
1414
<developerConnection>scm:git:ssh://[email protected]/exabrial/mockito-object-injection.git</developerConnection>
1515
<url>https://github.com/exabrial/mockito-object-injection/tree/master</url>
16-
<tag>HEAD</tag>
16+
<tag>mockito-object-injection-2.0.2</tag>
1717
</scm>
1818

1919
<properties>

0 commit comments

Comments
 (0)