Skip to content

Commit c4fb669

Browse files
committed
Standard classes version 1.7 defined; this version is taking part of GeneXus 16 U11.
1 parent ae49521 commit c4fb669

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

android/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxandroid</artifactId>

androidreports/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxandroidreports</artifactId>

apacheandroid/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>apacheandroid</artifactId>

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxcommon</artifactId>

gxandroidpublisher/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxandroidpublisher</artifactId>

gxawsserverless/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxawsserverless</artifactId>

gxcryptocommon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxcryptocommon</artifactId>

gxexternalproviders/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxexternalproviders</artifactId>

gxgeospatial/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxgeospatial</artifactId>

gxmail/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212
<artifactId>gxmail</artifactId>
1313
<name>GeneXus Mail</name>

gxmaps/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxmaps</artifactId>

gxodata/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxodata</artifactId>

gxoffice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxoffice</artifactId>

gxsearch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxsearch</artifactId>

gxwebsocket/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.genexus</groupId>
8-
<version>1.7-SNAPSHOT</version>
8+
<version>1.7</version>
99
</parent>
1010

1111
<artifactId>gxwebsocket</artifactId>

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>gxclassR</artifactId>

javapns/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.genexus</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.7-SNAPSHOT</version>
10+
<version>1.7</version>
1111
</parent>
1212

1313
<artifactId>javapns</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.genexus</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.7-SNAPSHOT</version>
9+
<version>1.7</version>
1010
<packaging>pom</packaging>
1111

1212
<name>GeneXus Standard Classes (Parent)</name>

0 commit comments

Comments
 (0)