Commit 10b36c92 authored by Noel Alonso's avatar Noel Alonso
Browse files

Actualiza variables de entorno por nuevo nombre

parent 39d4d3c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
    <profile>
      <id>artifactory</id>
      <properties>
        <altReleaseDeploymentRepository>release::default::${env.MAVEN_RELEASE_URL}</altReleaseDeploymentRepository>
        <altSnapshotDeploymentRepository>snapshot::default::${env.MAVEN_SNAPSHOT_URL}</altSnapshotDeploymentRepository>
        <altReleaseDeploymentRepository>release::default::${env.MAVEN_RELEASE_LOCAL_URL}</altReleaseDeploymentRepository>
        <altSnapshotDeploymentRepository>snapshot::default::${env.MAVEN_SNAPSHOT_LOCAL_URL}</altSnapshotDeploymentRepository>
      </properties>
    </profile>
  </profiles>