Skip to content

Commit

Permalink
ongoing work on #34 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
phasenraum2010 committed Jul 16, 2018
1 parent b9c9a50 commit b1885ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
3 changes: 2 additions & 1 deletion defcon-applications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>defcon</artifactId>
<artifactId>defcon-parent</artifactId>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../defcon-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 0 additions & 8 deletions defcon-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<dependencies>
<dependency>
<artifactId>defcon-parent</artifactId>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

<profiles>
<profile>
<id>default</id>
Expand Down
3 changes: 2 additions & 1 deletion defcon-engineering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>defcon</artifactId>
<artifactId>defcon-parent</artifactId>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../defcon-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
3 changes: 2 additions & 1 deletion defcon-prototyping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>defcon</artifactId>
<artifactId>defcon-parent</artifactId>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../defcon-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit b1885ae

Please sign in to comment.