diff --git a/camel/commands/bin/islandora.php b/camel/commands/bin/islandora.php index 3dfe77ec6..c94896706 100644 --- a/camel/commands/bin/islandora.php +++ b/camel/commands/bin/islandora.php @@ -33,7 +33,7 @@ $std_err->writeln("\n" . $event->getException()->getTraceAsString()); }); - $application = new Application('Islandora Command Tool', '0.0.1-SNAPSHOT'); + $application = new Application('Islandora Command Tool', '0.0.0-SNAPSHOT'); $application->setDispatcher($dispatcher); // A little magic to find all IslandoraCommand classes and dynamically diff --git a/camel/component/pom.xml b/camel/component/pom.xml index 98b92629b..a42ac7c54 100644 --- a/camel/component/pom.xml +++ b/camel/component/pom.xml @@ -4,13 +4,15 @@ ca.islandora.camel islandora-parent - 0.0.1-SNAPSHOT + 0.0.0-SNAPSHOT ca.islandora.camel.component islandora-camel-component bundle + 0.0.0-SNAPSHOT + Islandora Camel Component diff --git a/camel/karaf/pom.xml b/camel/karaf/pom.xml index 4de118bd9..79c16461d 100644 --- a/camel/karaf/pom.xml +++ b/camel/karaf/pom.xml @@ -6,12 +6,13 @@ ca.islandora.camel islandora-parent - 0.0.1-SNAPSHOT + 0.0.0-SNAPSHOT ca.islandora.camel islandora-karaf pom + 0.0.0-SNAPSHOT Karaf Provisioning Features for Islandora diff --git a/camel/pom.xml b/camel/pom.xml index 391c0eb28..ef9d9a1b0 100644 --- a/camel/pom.xml +++ b/camel/pom.xml @@ -6,7 +6,7 @@ ca.islandora.camel islandora-parent pom - 0.0.1-SNAPSHOT + 0.0.0-SNAPSHOT Islandora :: Parent POM diff --git a/camel/services/basic-image-service/pom.xml b/camel/services/basic-image-service/pom.xml index dc0aa3782..39a38b1e2 100644 --- a/camel/services/basic-image-service/pom.xml +++ b/camel/services/basic-image-service/pom.xml @@ -6,12 +6,13 @@ ca.islandora.camel islandora-services - 0.0.1-SNAPSHOT + 0.0.0-SNAPSHOT ca.islandora.camel.services islandora-basic-image-service bundle + 0.0.0-SNAPSHOT Islandora Basic Image Service diff --git a/camel/services/collection-service/pom.xml b/camel/services/collection-service/pom.xml index f9fa766cd..c8feec1ba 100644 --- a/camel/services/collection-service/pom.xml +++ b/camel/services/collection-service/pom.xml @@ -6,12 +6,13 @@ ca.islandora.camel islandora-services - 0.0.1-SNAPSHOT + 0.0.0-SNAPSHOT ca.islandora.camel.services islandora-collection-service bundle + 0.0.0-SNAPSHOT Islandora Collection Service diff --git a/camel/services/pom.xml b/camel/services/pom.xml index 90bcdf5c8..6df2c4a96 100644 --- a/camel/services/pom.xml +++ b/camel/services/pom.xml @@ -6,12 +6,13 @@ ca.islandora.camel islandora-parent - 0.0.1-SNAPSHOT + 0.0.0-SNAPSHOT ca.islandora.camel islandora-services pom + 0.0.0-SNAPSHOT Islandora :: Services diff --git a/camel/sync/pom.xml b/camel/sync/pom.xml index c0d14e5f7..181150b1f 100644 --- a/camel/sync/pom.xml +++ b/camel/sync/pom.xml @@ -6,12 +6,13 @@ ca.islandora.camel islandora-parent - 0.0.1-SNAPSHOT + 0.0.0-SNAPSHOT ca.islandora.camel.sync islandora-sync-gateway bundle + 0.0.0-SNAPSHOT Islandora Sync Gateway diff --git a/docs/technical-documentation/commands.md b/docs/technical-documentation/commands.md index 3f66152c0..64f6843cd 100644 --- a/docs/technical-documentation/commands.md +++ b/docs/technical-documentation/commands.md @@ -11,7 +11,7 @@ In your git project's root, head on over to the `bin` folder of the `camel/comma ```bash vagrant@islandora:~/islandora$ cd camel/commands/bin vagrant@islandora:~/islandora/camel/commands/bin$ php islandora.php -Islandora Command Tool version 0.0.1-SNAPSHOT +Islandora Command Tool version 0.0.0-SNAPSHOT Usage: command [options] [arguments] @@ -188,7 +188,7 @@ So let's try it out! Go back to the `camel/commands/bin` directory and get a lis ```bash vagrant@islandora:~/islandora/camel/commands/bin$ cd ~/islandora/camel/commands/bin vagrant@islandora:~/islandora/camel/commands/bin$ php islandora.php -Islandora Command Tool version 0.0.1-SNAPSHOT +Islandora Command Tool version 0.0.0-SNAPSHOT Usage: command [options] [arguments] @@ -290,7 +290,7 @@ This command is almost exactly the same as the last, except it extends JsonInput Let's make sure the command is available. ```bash vagrant@islandora:~/islandora/camel/commands/bin$ php islandora.php -Islandora Command Tool version 0.0.1-SNAPSHOT +Islandora Command Tool version 0.0.0-SNAPSHOT Usage: command [options] [arguments] diff --git a/docs/technical-documentation/islandora-component.md b/docs/technical-documentation/islandora-component.md index f137f9bea..2e424b662 100644 --- a/docs/technical-documentation/islandora-component.md +++ b/docs/technical-documentation/islandora-component.md @@ -40,7 +40,7 @@ You can see a list of all available namespaces and commands at any time by going ```bash vagrant@islandora:~$ cd ~/islandora/camel/commands/bin vagrant@islandora:~/islandora/camel/commands/bin$ php islandora.php -Islandora Command Tool version 0.0.1-SNAPSHOT +Islandora Command Tool version 0.0.0-SNAPSHOT Usage: command [options] [arguments] diff --git a/install/configs/karaf/watch.script b/install/configs/karaf/watch.script index e485ccf31..b4974804d 100644 --- a/install/configs/karaf/watch.script +++ b/install/configs/karaf/watch.script @@ -1,5 +1,5 @@ -bundle:watch --start mvn:ca.islandora.camel.component/islandora-camel-component/0.0.1-SNAPSHOT -bundle:watch --start mvn:ca.islandora.camel.sync/islandora-sync-gateway/0.0.1-SNAPSHOT -bundle:watch --start mvn:ca.islandora.camel.services/islandora-collection-service/0.0.1-SNAPSHOT -bundle:watch --start mvn:ca.islandora.camel.services/islandora-basic-image-service/0.0.1-SNAPSHOT +bundle:watch --start mvn:ca.islandora.camel.component/islandora-camel-component/0.0.0-SNAPSHOT +bundle:watch --start mvn:ca.islandora.camel.sync/islandora-sync-gateway/0.0.0-SNAPSHOT +bundle:watch --start mvn:ca.islandora.camel.services/islandora-collection-service/0.0.0-SNAPSHOT +bundle:watch --start mvn:ca.islandora.camel.services/islandora-basic-image-service/0.0.0-SNAPSHOT logout