Skip to content

Commit

Permalink
Adjusted pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
fynndemmler committed Dec 16, 2023
1 parent 24e4db4 commit c8403d2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions de.tu-bs.cs.isf.cbc.exceptions/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tu-bs.cbc</groupId>
<artifactId>CorC-feat-autobuild_final</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>de.tu-bs.cbc</groupId>
<artifactId>de.tu-bs.cs.isf.cbc.exceptions</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
14 changes: 14 additions & 0 deletions de.tu-bs.cs.isf.cbc.mutation/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.tu-bs.cbc</groupId>
<artifactId>CorC-feat-autobuild_final</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>de.tu-bs.cbc</groupId>
<artifactId>de.tu-bs.cs.isf.cbc.mutation</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ git@github.com:xtext/maven-xtext-example.git-->
<modules>
<module>de.tu-bs.cs.isf.cbc.model</module>
<module>de.tu-bs.cs.isf.cbc.mutation</module>
<module>de.tu-bs.cs.isf.cbc.exceptions</module>
<module>de.tu-bs.cs.isf.cbc.tool</module>
<module>de.tu-bs.cs.isf.cbc.util</module>
<module>de.tu-bs.cs.isf.cbcclass.tool</module>
Expand Down

0 comments on commit c8403d2

Please sign in to comment.