Skip to content

Commit 5a8ecad

Browse files
Merge branch 'release/test' into task/DVIZ-24/admin-docker-optimization
2 parents fa46daf + 1afe810 commit 5a8ecad

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

forms/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
Development Gateway - initial API and implementation
1212
-->
1313

14-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1615
<modelVersion>4.0.0</modelVersion>
1716

1817
<artifactId>tcdi-admin-forms</artifactId>
@@ -24,7 +23,7 @@
2423
<parent>
2524
<groupId>org.devgateway.tcdi</groupId>
2625
<artifactId>tcdi-admin</artifactId>
27-
<version>0.0.1-SNAPSHOT</version>
26+
<version>0.0.2-SNAPSHOT</version>
2827
</parent>
2928

3029
<properties>
@@ -49,7 +48,7 @@
4948
<dependency>
5049
<groupId>org.devgateway.tcdi</groupId>
5150
<artifactId>tcdi-admin-persistence</artifactId>
52-
<version>0.0.1-SNAPSHOT</version>
51+
<version>0.0.2-SNAPSHOT</version>
5352
</dependency>
5453

5554
<dependency>
@@ -61,7 +60,7 @@
6160
<dependency>
6261
<groupId>org.devgateway.tcdi</groupId>
6362
<artifactId>tcdi-admin-web</artifactId>
64-
<version>0.0.1-SNAPSHOT</version>
63+
<version>0.0.2-SNAPSHOT</version>
6564
</dependency>
6665

6766
<dependency>

persistence/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
available at https://opensource.org/licenses/MIT Contributors: Development
66
Gateway - initial API and implementation -->
77

8-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
109
<modelVersion>4.0.0</modelVersion>
1110

1211
<artifactId>tcdi-admin-persistence</artifactId>
@@ -29,7 +28,7 @@
2928
<parent>
3029
<groupId>org.devgateway.tcdi</groupId>
3130
<artifactId>tcdi-admin</artifactId>
32-
<version>0.0.1-SNAPSHOT</version>
31+
<version>0.0.2-SNAPSHOT</version>
3332
</parent>
3433

3534
<dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
Contributors:
1010
Development Gateway - initial API and implementation
1111
-->
12-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1413
<modelVersion>4.0.0</modelVersion>
1514
<groupId>org.devgateway.tcdi</groupId>
1615
<artifactId>tcdi-admin</artifactId>
@@ -63,7 +62,8 @@
6362
<developerConnection>
6463
scm:git:https://github.com/devgateway/data-viz-admin.git
6564
</developerConnection>
66-
</scm>
65+
<tag>HEAD</tag>
66+
</scm>
6767

6868
<distributionManagement>
6969
<repository>

web/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
are made available under the terms of the MIT License (MIT) which accompanies this distribution, and is available at https://opensource.org/licenses/MIT
44
Contributors: Development Gateway - initial API and implementation -->
55

6-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
87
<modelVersion>4.0.0</modelVersion>
98

109
<artifactId>tcdi-admin-web</artifactId>
@@ -24,7 +23,7 @@
2423
<parent>
2524
<groupId>org.devgateway.tcdi</groupId>
2625
<artifactId>tcdi-admin</artifactId>
27-
<version>0.0.1-SNAPSHOT</version>
26+
<version>0.0.2-SNAPSHOT</version>
2827
</parent>
2928

3029
<dependencies>
@@ -94,7 +93,7 @@
9493
<dependency>
9594
<groupId>org.devgateway.tcdi</groupId>
9695
<artifactId>tcdi-admin-persistence</artifactId>
97-
<version>0.0.1-SNAPSHOT</version>
96+
<version>0.0.2-SNAPSHOT</version>
9897
</dependency>
9998

10099
<dependency>

0 commit comments

Comments
 (0)