This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-mudrod.git
The following commit(s) were added to refs/heads/master by this push:
new f0bc465 Rename packages
f0bc465 is described below
commit f0bc46536778efcff72848bcd8d9dab6c79ad9d1
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Wed May 23 22:24:43 2018 -0700
Rename packages
---
core/pom.xml | 2 +-
mudrod.log | 18 ++++++++++++++++++
pom.xml | 2 +-
service/pom.xml | 6 +++---
web/pom.xml | 2 +-
5 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index 2725e87..93d5b34 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.sdap.mudrod</groupId>
+ <groupId>org.apache.sdap</groupId>
<artifactId>mudrod-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../</relativePath>
diff --git a/mudrod.log b/mudrod.log
new file mode 100644
index 0000000..4bd4aee
--- /dev/null
+++ b/mudrod.log
@@ -0,0 +1,18 @@
+2018-05-22 14:24:36,500 ERROR main.MudrodEngine - Error whilst parsing command
line.
+org.apache.commons.cli.MissingOptionException: Missing required option: dataDir
+ at org.apache.commons.cli.Parser.checkRequiredOptions(Parser.java:299)
+ at org.apache.commons.cli.Parser.parse(Parser.java:231)
+ at org.apache.commons.cli.Parser.parse(Parser.java:85)
+ at org.apache.sdap.mudrod.main.MudrodEngine.main(MudrodEngine.java:332)
+2018-05-22 14:28:10,407 ERROR main.MudrodEngine - Error whilst parsing command
line.
+org.apache.commons.cli.MissingOptionException: Missing required option: dataDir
+ at org.apache.commons.cli.Parser.checkRequiredOptions(Parser.java:299)
+ at org.apache.commons.cli.Parser.parse(Parser.java:231)
+ at org.apache.commons.cli.Parser.parse(Parser.java:85)
+ at org.apache.sdap.mudrod.main.MudrodEngine.main(MudrodEngine.java:332)
+2018-05-22 14:46:12,173 ERROR main.MudrodEngine - Error whilst parsing command
line.
+org.apache.commons.cli.MissingOptionException: Missing required option: dataDir
+ at org.apache.commons.cli.Parser.checkRequiredOptions(Parser.java:299)
+ at org.apache.commons.cli.Parser.parse(Parser.java:231)
+ at org.apache.commons.cli.Parser.parse(Parser.java:85)
+ at org.apache.sdap.mudrod.main.MudrodEngine.main(MudrodEngine.java:332)
diff --git a/pom.xml b/pom.xml
index 11312bf..5e31926 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<version>10</version>
</parent>
- <groupId>org.apache.sdap.mudrod</groupId>
+ <groupId>org.apache.sdap</groupId>
<artifactId>mudrod-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/service/pom.xml b/service/pom.xml
index 8dd59a9..3d98af5 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.sdap.mudrod</groupId>
+ <groupId>org.apache.sdap</groupId>
<artifactId>mudrod-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../</relativePath>
@@ -40,14 +40,14 @@
<dependencies>
<!-- Core Module -->
<dependency>
- <groupId>org.apache.sdap.mudrod</groupId>
+ <groupId>org.apache.sdap</groupId>
<artifactId>mudrod-core</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Static web resources -->
<dependency>
- <groupId>org.apache.sdap.mudrod</groupId>
+ <groupId>org.apache.sdap</groupId>
<artifactId>mudrod-web</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/web/pom.xml b/web/pom.xml
index 5ad9782..5b95c58 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.sdap.mudrod</groupId>
+ <groupId>org.apache.sdap</groupId>
<artifactId>mudrod-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../</relativePath>
--
To stop receiving notification emails like this one, please contact
[email protected].