Skip to content

Commit f53d7d6

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/tci into develop
2 parents a4ef602 + 318ccb6 commit f53d7d6

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

advanced-demo/entities-metamodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.tci.demo</groupId>
99
<artifactId>advanced-demo</artifactId>
10-
<version>2.1.1-SNAPSHOT</version>
10+
<version>2.1.2-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>entities-metamodel</artifactId>
1313

advanced-demo/entities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.tci.demo</groupId>
99
<artifactId>advanced-demo</artifactId>
10-
<version>2.1.1-SNAPSHOT</version>
10+
<version>2.1.2-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>entities</artifactId>
1313

advanced-demo/integration-tests/persistence-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.tci.demo.it</groupId>
99
<artifactId>integration-tests</artifactId>
10-
<version>2.1.1-SNAPSHOT</version>
10+
<version>2.1.2-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>persistence-it</artifactId>
1313

advanced-demo/integration-tests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>software.xdev.tci.demo</groupId>
99
<artifactId>advanced-demo</artifactId>
10-
<version>2.1.1-SNAPSHOT</version>
10+
<version>2.1.2-SNAPSHOT</version>
1111
</parent>
1212

1313
<groupId>software.xdev.tci.demo.it</groupId>
1414
<artifactId>integration-tests</artifactId>
15-
<version>2.1.1-SNAPSHOT</version>
15+
<version>2.1.2-SNAPSHOT</version>
1616
<packaging>pom</packaging>
1717

1818
<modules>
@@ -28,13 +28,13 @@
2828
<dependency>
2929
<groupId>software.xdev.tci.demo.it</groupId>
3030
<artifactId>tci-db</artifactId>
31-
<version>2.1.1-SNAPSHOT</version>
31+
<version>2.1.2-SNAPSHOT</version>
3232
</dependency>
3333

3434
<dependency>
3535
<groupId>software.xdev.tci.demo.it</groupId>
3636
<artifactId>tci-webapp</artifactId>
37-
<version>2.1.1-SNAPSHOT</version>
37+
<version>2.1.2-SNAPSHOT</version>
3838
</dependency>
3939

4040
<dependency>

advanced-demo/integration-tests/tci-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.tci.demo.it</groupId>
99
<artifactId>integration-tests</artifactId>
10-
<version>2.1.1-SNAPSHOT</version>
10+
<version>2.1.2-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>tci-db</artifactId>
1313

advanced-demo/integration-tests/tci-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.tci.demo.it</groupId>
99
<artifactId>integration-tests</artifactId>
10-
<version>2.1.1-SNAPSHOT</version>
10+
<version>2.1.2-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>tci-webapp</artifactId>
1313

advanced-demo/integration-tests/webapp-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.tci.demo.it</groupId>
99
<artifactId>integration-tests</artifactId>
10-
<version>2.1.1-SNAPSHOT</version>
10+
<version>2.1.2-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>webapp-it</artifactId>
1313

advanced-demo/persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.tci.demo</groupId>
99
<artifactId>advanced-demo</artifactId>
10-
<version>2.1.1-SNAPSHOT</version>
10+
<version>2.1.2-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>persistence</artifactId>
1313

advanced-demo/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.xdev.tci.demo</groupId>
88
<artifactId>advanced-demo</artifactId>
9-
<version>2.1.1-SNAPSHOT</version>
9+
<version>2.1.2-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<organization>
@@ -38,19 +38,19 @@
3838
<dependency>
3939
<groupId>software.xdev.tci.demo</groupId>
4040
<artifactId>entities</artifactId>
41-
<version>2.1.1-SNAPSHOT</version>
41+
<version>2.1.2-SNAPSHOT</version>
4242
</dependency>
4343

4444
<dependency>
4545
<groupId>software.xdev.tci.demo</groupId>
4646
<artifactId>entities-metamodel</artifactId>
47-
<version>2.1.1-SNAPSHOT</version>
47+
<version>2.1.2-SNAPSHOT</version>
4848
</dependency>
4949

5050
<dependency>
5151
<groupId>software.xdev.tci.demo</groupId>
5252
<artifactId>persistence</artifactId>
53-
<version>2.1.1-SNAPSHOT</version>
53+
<version>2.1.2-SNAPSHOT</version>
5454
</dependency>
5555

5656
<dependency>

advanced-demo/webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.xdev.tci.demo</groupId>
99
<artifactId>advanced-demo</artifactId>
10-
<version>2.1.1-SNAPSHOT</version>
10+
<version>2.1.2-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>webapp</artifactId>
1313

0 commit comments

Comments
 (0)