Skip to content

Commit 2b4d61c

Browse files
committed
GxDynamicCall pom fix
1 parent 26bf25b commit 2b4d61c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gxdynamiccall/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<parent>
8-
<groupId>com.genexus</groupId>
9-
<artifactId>parent</artifactId>
10-
<version>2.6-SNAPSHOT</version>
11-
</parent>
7+
<parent>
8+
<groupId>com.genexus</groupId>
9+
<artifactId>parent</artifactId>
10+
<version>${revision}${changelist}</version>
11+
</parent>
1212

1313
<artifactId>gxdynamiccall</artifactId>
1414
<name>GeneXus DynamicCall external object</name>

0 commit comments

Comments
 (0)