We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f35844 commit e6a4b18Copy full SHA for e6a4b18
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
<artifactId>microbean-maven-cdi</artifactId>
6
- <version>0.3.1-SNAPSHOT</version>
+ <version>0.3.1</version>
7
8
<parent>
9
<groupId>org.microbean</groupId>
@@ -19,7 +19,7 @@
19
<connection>scm:git:[email protected]:microbean/${project.artifactId}.git</connection>
20
<developerConnection>scm:git:[email protected]:microbean/${project.artifactId}.git</developerConnection>
21
<url>https://github.com/microbean/${project.artifactId}/</url>
22
- <tag>HEAD</tag>
+ <tag>v0.3.1</tag>
23
</scm>
24
25
<dependencyManagement>
0 commit comments