Skip to content

Commit

Permalink
[maven-release-plugin] prepare release islandora-parent-0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Aug 24, 2016
1 parent 0476766 commit 19f4b56
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 119 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-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<groupId>ca.islandora.component</groupId>
Expand Down
222 changes: 111 additions & 111 deletions indexing/islandora-indexing-triplestore/pom.xml
Original file line number Diff line number Diff line change
@@ -1,111 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>ca.islandora</groupId>
<artifactId>islandora-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>ca.islandora.indexing</groupId>
<artifactId>islandora-indexing-triplestore</artifactId>
<packaging>bundle</packaging>

<name>Islandora CLAW Triplestore Indexer</name>
<properties>
<islandora.osgi.export.pkg>ca.islandora.indexing.triplestore</islandora.osgi.export.pkg>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-blueprint</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-camel</artifactId>
</dependency>
<dependency>
<groupId>ca.islandora.component</groupId>
<artifactId>islandora-camel-component</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.fcrepo.camel</groupId>
<artifactId>fcrepo-camel</artifactId>
</dependency>

<!-- logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>

<!-- Testing & Camel Plugin -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-blueprint</artifactId>
</dependency>
</dependencies>

<build>
<defaultGoal>install</defaultGoal>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
</plugin>

<!-- to generate the MANIFEST-FILE of the bundle -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>src/main/cfg/ca.islandora.indexing.triplestore.cfg</file>
<type>cfg</type>
<classifier>configuration</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
</build>

</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>ca.islandora</groupId>
<artifactId>islandora-parent</artifactId>
<version>0.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>ca.islandora.indexing</groupId>
<artifactId>islandora-indexing-triplestore</artifactId>
<packaging>bundle</packaging>

<name>Islandora CLAW Triplestore Indexer</name>
<properties>
<islandora.osgi.export.pkg>ca.islandora.indexing.triplestore</islandora.osgi.export.pkg>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-blueprint</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-camel</artifactId>
</dependency>
<dependency>
<groupId>ca.islandora.component</groupId>
<artifactId>islandora-camel-component</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.fcrepo.camel</groupId>
<artifactId>fcrepo-camel</artifactId>
</dependency>

<!-- logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>

<!-- Testing & Camel Plugin -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-blueprint</artifactId>
</dependency>
</dependencies>

<build>
<defaultGoal>install</defaultGoal>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
</plugin>

<!-- to generate the MANIFEST-FILE of the bundle -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>src/main/cfg/ca.islandora.indexing.triplestore.cfg</file>
<type>cfg</type>
<classifier>configuration</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
</build>

</project>
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-SNAPSHOT</version>
<version>0.0.1</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-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<groupId>ca.islandora</groupId>
Expand Down
8 changes: 4 additions & 4 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-SNAPSHOT</version>
<version>0.0.1</version>
<url>http://islandora.ca/CLAW</url>

<name>Islandora CLAW :: Parent POM</name>
Expand Down Expand Up @@ -56,8 +56,8 @@
<build.helper.plugin.version>1.9.1</build.helper.plugin.version>
<!-- OSGi -->
<islandora.osgi.export.pkg>ca.islandora.component;version="${project.version}"</islandora.osgi.export.pkg>
<islandora.osgi.import.pkg/>
<islandora.osgi.private.pkg/>
<islandora.osgi.import.pkg />
<islandora.osgi.private.pkg />
</properties>

<modules>
Expand Down Expand Up @@ -435,7 +435,7 @@
<connection>scm:git:[email protected]:Islandora-CLAW/Alpaca.git</connection>
<developerConnection>scm:git:[email protected]:Islandora-CLAW/Alpaca.git</developerConnection>
<url>https://github.com/islandora-claw/Alpaca</url>
<tag>HEAD</tag>
<tag>islandora-parent-0.0.1</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-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

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

0 comments on commit 19f4b56

Please sign in to comment.