Skip to content

Commit c64756a

Browse files
committed
Move folders to root
1 parent 086d29a commit c64756a

File tree

12 files changed

+5
-17
lines changed

12 files changed

+5
-17
lines changed

gxqueue/pom.xml

Lines changed: 1 addition & 7 deletions
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>2.6-SNAPSHOT</version>
8+
<version>2.7-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -22,12 +22,6 @@
2222
<version>${project.version}</version>
2323
<scope>compile</scope>
2424
</dependency>
25-
<dependency>
26-
<groupId>com.genexus</groupId>
27-
<artifactId>gxclassR</artifactId>
28-
<version>2.6-SNAPSHOT</version>
29-
<scope>compile</scope>
30-
</dependency>
3125
</dependencies>
3226

3327
<build>

QueueProviders/gxqueueawssqs/pom.xml renamed to gxqueueawssqs/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.6-SNAPSHOT</version>
8+
<version>2.7-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

QueueProviders/gxqueueazure/pom.xml renamed to gxqueueazure/pom.xml

Lines changed: 1 addition & 7 deletions
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>2.6-SNAPSHOT</version>
8+
<version>2.7-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -33,12 +33,6 @@
3333
<artifactId>sqs</artifactId>
3434
<version>2.17.205</version>
3535
</dependency>
36-
<dependency>
37-
<groupId>com.genexus</groupId>
38-
<artifactId>gxcommon</artifactId>
39-
<version>2.6-SNAPSHOT</version>
40-
<scope>compile</scope>
41-
</dependency>
4236

4337
</dependencies>
4438

0 commit comments

Comments
 (0)