Skip to content

Commit 14de2a3

Browse files
committed
ISSUE-696: maven central repo uses https, setting assembly plugin version
1 parent 3226c43 commit 14de2a3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
<commons-lang.version>2.6</commons-lang.version>
405405
<commons-logging.version>1.2</commons-logging.version>
406406
<commons-beanutils.version>1.9.4</commons-beanutils.version>
407+
<maven-assembly-plugin.version>3.2.0</maven-assembly-plugin.version>
407408
<maven-jar-plugin.version>2.6</maven-jar-plugin.version>
408409
<maven-surefire.version>2.18.1</maven-surefire.version>
409410
<maven-shade-plugin.version>2.4.1</maven-shade-plugin.version>
@@ -909,7 +910,7 @@
909910
<enabled>false</enabled>
910911
</snapshots>
911912
<id>central</id>
912-
<url>http://repo1.maven.org/maven2/</url>
913+
<url>https://repo1.maven.org/maven2/</url>
913914
</repository>
914915
<repository>
915916
<id>clojars</id>
@@ -937,6 +938,11 @@
937938
<build>
938939
<pluginManagement>
939940
<plugins>
941+
<plugin>
942+
<groupId>org.apache.maven.plugins</groupId>
943+
<artifactId>maven-assembly-plugin</artifactId>
944+
<version>${maven-assembly-plugin.version}</version>
945+
</plugin>
940946
<plugin>
941947
<groupId>org.apache.maven.plugins</groupId>
942948
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)