Skip to content

Commit a7c8226

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent f560733 commit a7c8226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

defcon-build/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>defcon</artifactId>
6+
<artifactId>defcon-parent</artifactId>
77
<groupId>org.woehlke.humanrights.digital.defense</groupId>
88
<version>0.0.1-SNAPSHOT</version>
9+
<relativePath>../defcon-parent/pom.xml</relativePath>
910
</parent>
1011
<modelVersion>4.0.0</modelVersion>
1112

@@ -18,7 +19,6 @@
1819
<dependency>
1920
<artifactId>defcon-parent</artifactId>
2021
<groupId>org.woehlke.humanrights.digital.defense</groupId>
21-
<version>0.0.1-SNAPSHOT</version>
2222
</dependency>
2323
</dependencies>
2424

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function current_dev(){
106106

107107
#mvn_validate
108108
#mvn_fast_build
109-
#mvn_build
109+
mvn_build
110110
#mvn_site
111111
#mvn_travis
112112
#mvn_heruko

0 commit comments

Comments
 (0)