Skip to content

Commit

Permalink
[maven-release-plugin] prepare release islandora-0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Sep 2, 2016
1 parent 815380a commit b0a568b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
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</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.2</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-indexing</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<groupId>ca.islandora.indexing</groupId>
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</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.2</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</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<groupId>ca.islandora</groupId>
Expand Down
6 changes: 5 additions & 1 deletion parent/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.1.0-SNAPSHOT</version>
<version>0.0.2</version>
<url>http://islandora.ca/CLAW</url>

<name>Islandora CLAW :: Parent POM</name>
Expand Down Expand Up @@ -354,4 +354,8 @@
</snapshots>
</pluginRepository>
</pluginRepositories>

<scm>
<tag>islandora-0.0.2</tag>
</scm>
</project>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>ca.islandora</groupId>
<artifactId>islandora-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>./parent</relativePath>
</parent>

<groupId>ca.islandora</groupId>
<artifactId>islandora</artifactId>
<packaging>pom</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.2</version>
<url>http://islandora.ca/CLAW</url>

<name>Islandora CLAW :: Alpaca</name>
Expand Down Expand Up @@ -140,7 +140,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>HEAD</tag>
<tag>islandora-0.0.2</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</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

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

0 comments on commit b0a568b

Please sign in to comment.