Skip to content

Commit

Permalink
INTGW-602: modifed the s3 path to WUM full pack
Browse files Browse the repository at this point in the history
  • Loading branch information
hamlakshan authored and jaadds committed Jul 1, 2019
1 parent 3b6cab4 commit ed05d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/distribution/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<configuration>
<tasks>
<!-- download file -->
<get src="https://s3.amazonaws.com/sftp-release-binaries/sftp/apim25/wso2am-2.5.0.zip" dest="${project.build.directory}/wso2am-2.5.0.zip" verbose="false" usetimestamp="true" />
<get src="https://sftp-release-binaries.s3.amazonaws.com/sftp/apim25/wso2am-2.5.0%2B1561479996720.full.zip" dest="${project.build.directory}/wso2am-2.5.0.zip" verbose="false" usetimestamp="true" />
<property name="tempdir" value="target/intgw" />
<mkdir dir="${tempdir}" />
<unzip dest="${tempdir}">
Expand Down

0 comments on commit ed05d5e

Please sign in to comment.