Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 6, 2024
1 parent 0f24164 commit 1c8cb9e
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev</groupId>
<artifactId>tci-base-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/entities-metamodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>entities-metamodel</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/entities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>entities</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/persistence-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>persistence-it</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>persistence</artifactId>

Expand Down
18 changes: 9 additions & 9 deletions tci-advanced-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<organization>
Expand Down Expand Up @@ -44,49 +44,49 @@
<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>entities</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>entities-metamodel</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>persistence</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-db</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-oidc</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-selenium</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-webapp</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-testcontainers</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/tci-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>tci-db</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/tci-oidc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>tci-oidc</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/tci-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>tci-selenium</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/tci-testcontainers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>tci-testcontainers</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/tci-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>tci-webapp</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/webapp-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>webapp-it</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>tci-advanced-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>webapp</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tci-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.xdev</groupId>
<artifactId>tci-base</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>tci-base</name>
Expand Down

0 comments on commit 1c8cb9e

Please sign in to comment.