chore: Initial import of FLEX training material
This commit is contained in:
parent
c01246d4f7
commit
12235acc42
1020 changed files with 53940 additions and 0 deletions
18
flex-training-flexinale/infrastructure/pom.xml
Normal file
18
flex-training-flexinale/infrastructure/pom.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>de.accso</groupId>
|
||||
<artifactId>flexinale</artifactId>
|
||||
<version>2024.3.0</version>
|
||||
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
<artifactId>infrastructure</artifactId>
|
||||
<version>2024.3.0</version>
|
||||
<name>Infrastructure</name>
|
||||
<description>Flexinale - FLEX case-study "film festival", infrastructure</description>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue