Skip to content

Commit

Permalink
prepare for next dev cycle: update version to 0.1.0-SNAPSHOT (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn authored and ruebot committed Aug 25, 2016
1 parent 19f4b56 commit 6f87d37
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.1.0-SNAPSHOT');
$application->setDispatcher($dispatcher);

// A little magic to find all IslandoraCommand classes and dynamically
Expand Down
2 changes: 1 addition & 1 deletion component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ca.islandora</groupId>
<artifactId>islandora-parent</artifactId>
<version>0.0.1</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

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

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

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

<groupId>ca.islandora</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>ca.islandora</groupId>
<artifactId>islandora-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.1</version>
<version>0.1.0-SNAPSHOT</version>
<url>http://islandora.ca/CLAW</url>

<name>Islandora CLAW :: Parent POM</name>
Expand Down Expand Up @@ -435,7 +435,7 @@
<connection>scm:git:git@github.com:Islandora-CLAW/Alpaca.git</connection>
<developerConnection>scm:git:git@github.com:Islandora-CLAW/Alpaca.git</developerConnection>
<url>https://github.com/islandora-claw/Alpaca</url>
<tag>islandora-parent-0.0.1</tag>
<tag>HEAD</tag>
</scm>

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

<groupId>ca.islandora.sync</groupId>
Expand Down

0 comments on commit 6f87d37

Please # to comment.