Skip to content

Commit

Permalink
GxDynamicCall pom fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalvarellos committed Sep 13, 2022
1 parent 26bf25b commit 2b4d61c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gxdynamiccall/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.genexus</groupId>
<artifactId>parent</artifactId>
<version>2.6-SNAPSHOT</version>
</parent>
<parent>
<groupId>com.genexus</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
</parent>

<artifactId>gxdynamiccall</artifactId>
<name>GeneXus DynamicCall external object</name>
Expand Down

0 comments on commit 2b4d61c

Please sign in to comment.