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 29c42a4 commit 795e058Copy full SHA for 795e058
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.mimecast</groupId>
6
<artifactId>mta-sts</artifactId>
7
<name>mta-sts</name>
8
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
9
<packaging>jar</packaging>
10
<description>MTA Strict Transport Security.</description>
11
@@ -14,6 +14,14 @@
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
</properties>
16
17
+ <distributionManagement>
18
+ <repository>
19
+ <id>github</id>
20
+ <name>GitHub Mimecast Apache Maven Packages</name>
21
+ <url>https://maven.pkg.github.com/mimecast/mta-sts</url>
22
+ </repository>
23
+ </distributionManagement>
24
+
25
<dependencies>
26
<dependency>
27
<groupId>commons-cli</groupId>
0 commit comments