We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f672cc commit 80a969eCopy full SHA for 80a969e
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.exabrial</groupId>
5
<artifactId>mockito-object-injection</artifactId>
6
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.2</version>
7
<packaging>jar</packaging>
8
<description>Mockito Object Injection</description>
9
<name>${project.artifactId}</name>
@@ -13,7 +13,7 @@
13
<connection>scm:git:ssh://[email protected]/exabrial/mockito-object-injection.git</connection>
14
<developerConnection>scm:git:ssh://[email protected]/exabrial/mockito-object-injection.git</developerConnection>
15
<url>https://github.com/exabrial/mockito-object-injection/tree/master</url>
16
- <tag>HEAD</tag>
+ <tag>mockito-object-injection-2.0.2</tag>
17
</scm>
18
19
<properties>
0 commit comments