We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ad832 commit f0fb6d8Copy full SHA for f0fb6d8
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>dev.metaschema.oscal</groupId>
10
<artifactId>oscal-cli-enhanced</artifactId>
11
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
12
13
<packaging>jar</packaging>
14
@@ -23,7 +23,7 @@
23
<url>${scm.url}/tree/develop</url>
24
<connection>scm:git:git@github.com/metaschema-framework/oscal-cli.git</connection>
25
<developerConnection>scm:git:git@github.com:metaschema-framework/oscal-cli.git</developerConnection>
26
- <tag>HEAD</tag>
+ <tag>v3.2.0</tag>
27
</scm>
28
<distributionManagement>
29
<repository>
0 commit comments