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 f560733 commit a7c8226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions defcon-build/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 All @@ -18,7 +19,6 @@
<dependency>
<artifactId>defcon-parent</artifactId>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function current_dev(){

#mvn_validate
#mvn_fast_build
#mvn_build
mvn_build
#mvn_site
#mvn_travis
#mvn_heruko
Expand Down

0 comments on commit a7c8226

Please sign in to comment.