We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8a98b commit 240a8e0Copy full SHA for 240a8e0
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>gov.nsa.emissary</groupId>
5
<artifactId>emissary</artifactId>
6
- <version>8.20.0-SNAPSHOT</version>
+ <version>8.20.0</version>
7
<packaging>jar</packaging>
8
<name>Emissary</name>
9
<description>Distributed P2P Data-driven Workflow Framework</description>
@@ -33,6 +33,7 @@
33
<scm>
34
<connection>scm:git:https://github.com/NationalSecurityAgency/emissary.git</connection>
35
<developerConnection>scm:git:[email protected]:NationalSecurityAgency/emissary.git</developerConnection>
36
+ <tag>8.20.0</tag>
37
<url>https://github.com/NationalSecurityAgency/emissary</url>
38
</scm>
39
<issueManagement>
0 commit comments