Skip to content

Commit

Permalink
Merge pull request #63 from Islandora-Labs/revert-61-increment-version
Browse files Browse the repository at this point in the history
Revert "increment version to 0.0.1-SNAPSHOT"
  • Loading branch information
whikloj committed Oct 8, 2015
2 parents f1b2dc0 + 457544b commit 32dcd9c
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion camel/commands/bin/islandora.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion camel/component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
<parent>
<groupId>ca.islandora.camel</groupId>
<artifactId>islandora-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.0-SNAPSHOT</version>
</parent>

<groupId>ca.islandora.camel.component</groupId>
<artifactId>islandora-camel-component</artifactId>
<packaging>bundle</packaging>

<version>0.0.0-SNAPSHOT</version>

<name>Islandora Camel Component</name>

<properties>
Expand Down
3 changes: 2 additions & 1 deletion camel/karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<parent>
<groupId>ca.islandora.camel</groupId>
<artifactId>islandora-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.0-SNAPSHOT</version>
</parent>

<groupId>ca.islandora.camel</groupId>
<artifactId>islandora-karaf</artifactId>
<packaging>pom</packaging>
<version>0.0.0-SNAPSHOT</version>

<name>Karaf Provisioning Features for Islandora</name>

Expand Down
2 changes: 1 addition & 1 deletion camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>ca.islandora.camel</groupId>
<artifactId>islandora-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.0-SNAPSHOT</version>

<name>Islandora :: Parent POM</name>

Expand Down
3 changes: 2 additions & 1 deletion camel/services/basic-image-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<parent>
<groupId>ca.islandora.camel</groupId>
<artifactId>islandora-services</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.0-SNAPSHOT</version>
</parent>

<groupId>ca.islandora.camel.services</groupId>
<artifactId>islandora-basic-image-service</artifactId>
<packaging>bundle</packaging>
<version>0.0.0-SNAPSHOT</version>

<name>Islandora Basic Image Service</name>

Expand Down
3 changes: 2 additions & 1 deletion camel/services/collection-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<parent>
<groupId>ca.islandora.camel</groupId>
<artifactId>islandora-services</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.0-SNAPSHOT</version>
</parent>

<groupId>ca.islandora.camel.services</groupId>
<artifactId>islandora-collection-service</artifactId>
<packaging>bundle</packaging>
<version>0.0.0-SNAPSHOT</version>

<name>Islandora Collection Service</name>

Expand Down
3 changes: 2 additions & 1 deletion camel/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<parent>
<groupId>ca.islandora.camel</groupId>
<artifactId>islandora-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.0-SNAPSHOT</version>
</parent>

<groupId>ca.islandora.camel</groupId>
<artifactId>islandora-services</artifactId>
<packaging>pom</packaging>
<version>0.0.0-SNAPSHOT</version>

<name>Islandora :: Services</name>

Expand Down
3 changes: 2 additions & 1 deletion camel/sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<parent>
<groupId>ca.islandora.camel</groupId>
<artifactId>islandora-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.0-SNAPSHOT</version>
</parent>

<groupId>ca.islandora.camel.sync</groupId>
<artifactId>islandora-sync-gateway</artifactId>
<packaging>bundle</packaging>
<version>0.0.0-SNAPSHOT</version>

<name>Islandora Sync Gateway</name>

Expand Down
6 changes: 3 additions & 3 deletions docs/technical-documentation/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/technical-documentation/islandora-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
8 changes: 4 additions & 4 deletions install/configs/karaf/watch.script
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 32dcd9c

Please sign in to comment.