We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85440c2 commit 8e5ed6cCopy full SHA for 8e5ed6c
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>dev.metaschema.oscal</groupId>
10
<artifactId>oscal-cli-enhanced</artifactId>
11
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
12
13
<packaging>jar</packaging>
14
@@ -23,7 +23,7 @@
23
<url>${scm.url}/tree/develop</url>
24
<connection>scm:git:[email protected]/metaschema-framework/oscal-cli.git</connection>
25
<developerConnection>scm:git:[email protected]:metaschema-framework/oscal-cli.git</developerConnection>
26
- <tag>HEAD</tag>
+ <tag>v3.1.0</tag>
27
</scm>
28
<distributionManagement>
29
<repository>
0 commit comments