Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1452 changed dynamic groupId in master-pom.xml to fixed #1498

Merged
merged 3 commits into from
Mar 10, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions cobigen-templates/crud-angular-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-angular-client-app</artifactId>
<name>CRUD Angular Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
14 changes: 14 additions & 0 deletions cobigen-templates/crud-ionic-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-ionic-client-app</artifactId>
<name>CRUD Ionic Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
14 changes: 14 additions & 0 deletions cobigen-templates/crud-java-ea-uml/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-java-ea-uml</artifactId>
<name>CRUD Java EA UML template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
15 changes: 15 additions & 0 deletions cobigen-templates/crud-java-server-app-complex/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-java-server-app-complex</artifactId>
<name>CRUD Java Server App Complex template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

</project>
14 changes: 14 additions & 0 deletions cobigen-templates/crud-java-server-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-java-server-app</artifactId>
<name>CRUD Java Server App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
14 changes: 14 additions & 0 deletions cobigen-templates/crud-ngrx-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-ngrx-client-app</artifactId>
<name>CRUD NGRX Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
14 changes: 14 additions & 0 deletions cobigen-templates/crud-openapi-angular-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-openapi-angular-client-app</artifactId>
<name>CRUD OpenApi Angular Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
14 changes: 14 additions & 0 deletions cobigen-templates/crud-openapi-angular-service-based-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-openapi-angular-service-based-app</artifactId>
<name>CRUD OpenAPI Angular Service Based App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
14 changes: 14 additions & 0 deletions cobigen-templates/crud-openapi-ionic-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-openapi-ionic-client-app</artifactId>
<name>CRUD OpenAPI Ionic Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions cobigen-templates/crud-openapi-java-server-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-openapi-java-server-app</artifactId>
<name>CRUD OpenAPI Java Server App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
14 changes: 14 additions & 0 deletions cobigen-templates/crud-openapi-net/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-openapi-net</artifactId>
<name>CRUD OpenAPI Net template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
14 changes: 14 additions & 0 deletions cobigen-templates/crud-typescript-angular-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-typescript-angular-client-app</artifactId>
<name>CRUD TypeScript Angular Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
14 changes: 14 additions & 0 deletions cobigen-templates/kafka-documentation/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>kafka-documentation</artifactId>
<name>Kafka Documentation template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
Loading