Skip to content

Commit f01cff0

Browse files
Release 1.2
1 parent f0317e0 commit f01cff0

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

pom.xml

Lines changed: 1 addition & 34 deletions
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.2-SNAPSHOT</version>
8+
<version>1.2</version>
99
<packaging>jar</packaging>
1010
<description>MTA Strict Transport Security.</description>
1111

@@ -136,39 +136,6 @@
136136
</archive>
137137
</configuration>
138138
</plugin>
139-
140-
<!-- Include dependencies in package -->
141-
<plugin>
142-
<!-- run with: mvn clean compile assembly:single -->
143-
<artifactId>maven-assembly-plugin</artifactId>
144-
<version>3.1.1</version>
145-
<configuration>
146-
<descriptorRefs>
147-
<descriptorRef>jar-with-dependencies</descriptorRef>
148-
</descriptorRefs>
149-
<archive>
150-
<manifest>
151-
<mainClass>com.mimecast.mtasts.Main</mainClass>
152-
<addClasspath>true</addClasspath>
153-
</manifest>
154-
<manifestEntries>
155-
<project>${project.name}</project>
156-
<version>${project.version}</version>
157-
<hudson-build-number>${BUILD_NUMBER}</hudson-build-number>
158-
<hudson-built-date>${BUILD_ID}</hudson-built-date>
159-
</manifestEntries>
160-
</archive>
161-
</configuration>
162-
<executions>
163-
<execution>
164-
<id>make-assembly</id>
165-
<goals>
166-
<goal>single</goal>
167-
</goals>
168-
<phase>package</phase>
169-
</execution>
170-
</executions>
171-
</plugin>
172139
</plugins>
173140
</build>
174141

0 commit comments

Comments
 (0)