Skip to content

Commit 795e058

Browse files
Release 1.1
1 parent 29c42a4 commit 795e058

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.mimecast</groupId>
66
<artifactId>mta-sts</artifactId>
77
<name>mta-sts</name>
8-
<version>1.1-SNAPSHOT</version>
8+
<version>1.1</version>
99
<packaging>jar</packaging>
1010
<description>MTA Strict Transport Security.</description>
1111

@@ -14,6 +14,14 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616

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+
1725
<dependencies>
1826
<dependency>
1927
<groupId>commons-cli</groupId>

0 commit comments

Comments
 (0)