From 606f653a3b379e2f3723c047d90233b76eeb2337 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 12 Nov 2014 13:18:51 -0500 Subject: [PATCH] Cleaned up the master branch to prepare for 3.x development. This involved deleting the majority of files. Change-Id: Iba35139baeedc321bf1c4c386629dc541023b7aa --- .gitmodules | 6 +----- java_dann_examples | 1 - pom.xml | 3 +-- 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 160000 java_dann_examples diff --git a/.gitmodules b/.gitmodules index 5b0444c..1075a5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,4 @@ [submodule "java_dann"] - path = java_dann + path = java_dann url = http://gerrit.syncleus.com/dANN-core branch = master -[submodule "java_dann_examples"] - path = java_dann_examples - url = http://gerrit.syncleus.com/dANN-examples - branch = master diff --git a/java_dann_examples b/java_dann_examples deleted file mode 160000 index 1be7f21..0000000 --- a/java_dann_examples +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1be7f2153c2fc5d6a5006e32deb5824e53a24210 diff --git a/pom.xml b/pom.xml index 78105ba..1992053 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>com.syncleus.dann</groupId> <artifactId>dann</artifactId> <packaging>pom</packaging> - <version>2.0-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> <name>dANN</name> <description>Artificial Intelligence and Artificial Genetics library</description> <url>http://wiki.syncleus.com/index.php/DANN</url> @@ -25,7 +25,6 @@ <modules> <module>java_dann</module> - <module>java_dann_examples</module> </modules> <ciManagement> -- GitLab