Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: riptano/jython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 87e193d738ff25204f9773a4343713bff57c4eb5
Choose a base ref
..
head repository: riptano/jython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2f4171bb0ed33c61a7234614be9595d28d9d9f9
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 ivysettings.xml
8 changes: 4 additions & 4 deletions ivysettings.xml
Original file line number Diff line number Diff line change
@@ -17,15 +17,15 @@
<filesystem name="local" m2compatible="true">
<artifact pattern="${user.home}/.ivy2/local/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"/>
</filesystem>
<!-- <url name="jfrog-artifactory-url">
<url name="jfrog-artifactory-url">
<ivy pattern="https://${artifactory-user}:${artifactory-password}@repo.aws.dsinternal.org/artifactory/datastax-releases-local/[organisation]/[module]/[revision]/ivy-[revision](-[classifier]).xml"/>
<artifact pattern="https://${artifactory-user}:${artifactory-password}@repo.aws.dsinternal.org/artifactory/datastax-releases-local/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"/>
</url> -->
</url>

<sftp name="jfrog-artifactory-url" user="${myuser}" userPassword="${my.password}" host="https://repo.aws.dsinternal.org/artifactory/datastax-releases-local/">
<!-- <sftp name="jfrog-artifactory-url" user="${myuser}" userPassword="${my.password}" host="https://repo.aws.dsinternal.org/artifactory/datastax-releases-local/">
<ivy pattern="[organisation]/[module]/[revision]/ivy-[revision](-[classifier]).xml"/>
<artifact pattern="[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"/>
</sftp>
</sftp> -->

<chain name="default" changingPattern=".*SNAPSHOT">
<resolver ref="public"/>