Skip to content

Commit 2cc93c8

Browse files
committed
pai client versión 1.5. 0
1 parent 8f0bbbc commit 2cc93c8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project name="mvn-caller-pai-auth-ws-client" default="build" basedir=".">
22

33
<property name="maven.executable" value="${maven.home}/bin/mvn" />
4-
<property name="jarName" value="pai-auth-ws-client-1.4.0.jar" />
4+
<property name="jarName" value="pai-auth-ws-client-1.5.0.jar" />
55

66
<target name="build" description="build" depends="copy"> </target>
77

@@ -12,10 +12,11 @@
1212
<!-- <copy todir="${WILDFLY10.1}${STANDALONE-MILACNIC}" file="target/${jarName}" />-->
1313
<!-- <copy todir="${WILDFLY20}${STANDALONE-EVRA}" file="target/${jarName}" />-->
1414
<copy todir="${WILDFLY34}${STANDALONE-POLITICAS}" file="target/${jarName}" />
15-
<copy todir="${WILDFLY34}${STANDALONE-VIAJES}" file="target/${jarName}" />
15+
<!-- <copy todir="${WILDFLY34}${STANDALONE-VIAJES}" file="target/${jarName}" /> -->
1616

1717
</target>
1818

19+
1920
<target name="call-maven">
2021
<exec executable="${maven.executable}">
2122
<arg value="clean" />

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.LACNIC</groupId>
66
<artifactId>pai-auth-ws-client</artifactId>
7-
<version>1.4.0</version>
7+
<version>1.5.0</version>
88
<name>PAI Authentication Client</name>
99
<description>Client for handling authentication requests and managing access
1010
to the PAI services.</description>

0 commit comments

Comments
 (0)