|
6 | 6 |
|
7 | 7 | <groupId>software.xdev.tci.demo</groupId> |
8 | 8 | <artifactId>tci-advanced-demo</artifactId> |
9 | | - <version>1.1.2</version> |
| 9 | + <version>1.1.3-SNAPSHOT</version> |
10 | 10 | <packaging>pom</packaging> |
11 | 11 |
|
12 | 12 | <organization> |
|
44 | 44 | <dependency> |
45 | 45 | <groupId>software.xdev.tci.demo</groupId> |
46 | 46 | <artifactId>entities</artifactId> |
47 | | - <version>1.1.2</version> |
| 47 | + <version>1.1.3-SNAPSHOT</version> |
48 | 48 | </dependency> |
49 | 49 |
|
50 | 50 | <dependency> |
51 | 51 | <groupId>software.xdev.tci.demo</groupId> |
52 | 52 | <artifactId>entities-metamodel</artifactId> |
53 | | - <version>1.1.2</version> |
| 53 | + <version>1.1.3-SNAPSHOT</version> |
54 | 54 | </dependency> |
55 | 55 |
|
56 | 56 | <dependency> |
57 | 57 | <groupId>software.xdev.tci.demo</groupId> |
58 | 58 | <artifactId>persistence</artifactId> |
59 | | - <version>1.1.2</version> |
| 59 | + <version>1.1.3-SNAPSHOT</version> |
60 | 60 | </dependency> |
61 | 61 |
|
62 | 62 | <dependency> |
63 | 63 | <groupId>software.xdev.tci.demo</groupId> |
64 | 64 | <artifactId>tci-db</artifactId> |
65 | | - <version>1.1.2</version> |
| 65 | + <version>1.1.3-SNAPSHOT</version> |
66 | 66 | </dependency> |
67 | 67 |
|
68 | 68 | <dependency> |
69 | 69 | <groupId>software.xdev.tci.demo</groupId> |
70 | 70 | <artifactId>tci-oidc</artifactId> |
71 | | - <version>1.1.2</version> |
| 71 | + <version>1.1.3-SNAPSHOT</version> |
72 | 72 | </dependency> |
73 | 73 |
|
74 | 74 | <dependency> |
75 | 75 | <groupId>software.xdev.tci.demo</groupId> |
76 | 76 | <artifactId>tci-selenium</artifactId> |
77 | | - <version>1.1.2</version> |
| 77 | + <version>1.1.3-SNAPSHOT</version> |
78 | 78 | </dependency> |
79 | 79 |
|
80 | 80 | <dependency> |
81 | 81 | <groupId>software.xdev.tci.demo</groupId> |
82 | 82 | <artifactId>tci-webapp</artifactId> |
83 | | - <version>1.1.2</version> |
| 83 | + <version>1.1.3-SNAPSHOT</version> |
84 | 84 | </dependency> |
85 | 85 |
|
86 | 86 | <dependency> |
87 | 87 | <groupId>software.xdev.tci.demo</groupId> |
88 | 88 | <artifactId>tci-testcontainers</artifactId> |
89 | | - <version>1.1.2</version> |
| 89 | + <version>1.1.3-SNAPSHOT</version> |
90 | 90 | </dependency> |
91 | 91 |
|
92 | 92 | <dependency> |
|
0 commit comments