From c9766b3627b665eda6808ab2748af8b0ab95d530 Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Fri, 29 Jan 2016 16:50:01 +0100 Subject: [PATCH] updated version to 1.9.999-RC1-SNAPSHOT for tg2016 usage! --- oaipmh-core/pom.xml | 302 +++++++++++++++++++++--------------------- oaipmh-webapp/pom.xml | 216 +++++++++++++++--------------- pom.xml | 8 +- 3 files changed, 262 insertions(+), 264 deletions(-) diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index 61ab43db..1fcc8b84 100644 --- a/oaipmh-core/pom.xml +++ b/oaipmh-core/pom.xml @@ -1,154 +1,152 @@ <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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>oaipmh</artifactId> - <groupId>info.textgrid.middleware</groupId> - <version>1.3.25-SNAPSHOT</version> - </parent> - <groupId>info.textgrid.middleware</groupId> - <artifactId>oaipmh-core</artifactId> - <version>1.3.25-SNAPSHOT</version> - <packaging>jar</packaging> - <name>TextGrid :: TG-OAI-PMH :: Core</name> - <url>http://maven.apache.org</url> - <dependencies> - <dependency> - <groupId>info.textgrid.middleware</groupId> - <artifactId>tgcrud-common</artifactId> - <version>${tgcrud.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-security-cors</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-client</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>org.elasticsearch</groupId> - <artifactId>elasticsearch</artifactId> - <version>${elasticsearch.version}</version> - </dependency> - <dependency> - <groupId>info.textgrid.utils</groupId> - <artifactId>httpclients</artifactId> - <version>${textgrid.httpclients.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>${slf4j.version}</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.14</version> - </dependency> - </dependencies> - <repositories> - <repository> - <id>nexus.snapshots</id> - <name>DARIA nexus public Repository</name> - <url>http://dev.dariah.eu/nexus/content/groups/public</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.5.1</version> - </plugin> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jaxb2-maven-plugin</artifactId> - <version>1.5</version> - <executions> - <execution> - <id>oaipmhDCSchema-xjc</id> - <goals> - <goal>xjc</goal> - </goals> - <configuration> - <schemaFile>oai_dc.xsd</schemaFile> - <packageName>info.textgrid.middleware.oaidc</packageName> - <schemaDirectory>src/main/xsd</schemaDirectory> - <schemaIncludes> - <include>oai_dc.xsd</include> - </schemaIncludes> - <generateDirectory>${project.build.directory}/generated-sources/xjc1</generateDirectory> - <staleFile>${project.build.directory}/jaxb2/.oaiDCSchemaXjcStaleFlag</staleFile> - <clearOutputDir>false</clearOutputDir> - </configuration> - </execution> - <execution> - <id>oaipmhSchema-xjc</id> - <goals> - <goal>xjc</goal> - </goals> - <configuration> - <schemaFile>oai_pmh.xsd</schemaFile> - <packageName>info.textgrid.middleware.oaipmh</packageName> - <schemaDirectory>src/main/xsd</schemaDirectory> - <schemaIncludes> - <include>oai_pmh.xsd</include> - </schemaIncludes> - <generateDirectory>${project.build.directory}/generated-sources/xjc2</generateDirectory> - <staleFile>${project.build.directory}/jaxb2/.oaipmhSchemaXjcStaleFlag</staleFile> - <clearOutputDir>false</clearOutputDir> - </configuration> - </execution> - - - </executions> - </plugin> - </plugins> - </build> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>oaipmh</artifactId> + <groupId>info.textgrid.middleware</groupId> + <version>1.9.999-RC1-SNAPSHOT</version> + </parent> + <groupId>info.textgrid.middleware</groupId> + <artifactId>oaipmh-core</artifactId> + <version>1.9.999-RC1-SNAPSHOT</version> + <packaging>jar</packaging> + <name>DARIAHDE :: OAI-PMH :: Core</name> + <url>http://maven.apache.org</url> + <dependencies> + <dependency> + <groupId>info.textgrid.middleware</groupId> + <artifactId>tgcrud-common</artifactId> + <version>${tgcrud.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-security-cors</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-client</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>javax.ws.rs</groupId> + <artifactId>jsr311-api</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>org.elasticsearch</groupId> + <artifactId>elasticsearch</artifactId> + <version>${elasticsearch.version}</version> + </dependency> + <dependency> + <groupId>info.textgrid.utils</groupId> + <artifactId>httpclients</artifactId> + <version>${textgrid.httpclients.version}</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <version>${slf4j.version}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>${slf4j.version}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.14</version> + </dependency> + </dependencies> + <repositories> + <repository> + <id>nexus.snapshots</id> + <name>DARIA nexus public Repository</name> + <url>http://dev.dariah.eu/nexus/content/groups/public</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.5.1</version> + </plugin> + </plugins> + </pluginManagement> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jaxb2-maven-plugin</artifactId> + <version>1.5</version> + <executions> + <execution> + <id>oaipmhDCSchema-xjc</id> + <goals> + <goal>xjc</goal> + </goals> + <configuration> + <schemaFile>oai_dc.xsd</schemaFile> + <packageName>info.textgrid.middleware.oaidc</packageName> + <schemaDirectory>src/main/xsd</schemaDirectory> + <schemaIncludes> + <include>oai_dc.xsd</include> + </schemaIncludes> + <generateDirectory>${project.build.directory}/generated-sources/xjc1</generateDirectory> + <staleFile>${project.build.directory}/jaxb2/.oaiDCSchemaXjcStaleFlag</staleFile> + <clearOutputDir>false</clearOutputDir> + </configuration> + </execution> + <execution> + <id>oaipmhSchema-xjc</id> + <goals> + <goal>xjc</goal> + </goals> + <configuration> + <schemaFile>oai_pmh.xsd</schemaFile> + <packageName>info.textgrid.middleware.oaipmh</packageName> + <schemaDirectory>src/main/xsd</schemaDirectory> + <schemaIncludes> + <include>oai_pmh.xsd</include> + </schemaIncludes> + <generateDirectory>${project.build.directory}/generated-sources/xjc2</generateDirectory> + <staleFile>${project.build.directory}/jaxb2/.oaipmhSchemaXjcStaleFlag</staleFile> + <clearOutputDir>false</clearOutputDir> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> </project> diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index e2ce7f15..84ae6763 100644 --- a/oaipmh-webapp/pom.xml +++ b/oaipmh-webapp/pom.xml @@ -1,113 +1,113 @@ <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> - <artifactId>oaipmh</artifactId> - <groupId>info.textgrid.middleware</groupId> - <version>1.3.25-SNAPSHOT</version> - </parent> - <groupId>info.textgrid.middleware</groupId> - <artifactId>oaipmh-webapp</artifactId> - <packaging>war</packaging> - <version>1.3.25-SNAPSHOT</version> - <name>TextGrid :: OAI-PMH :: Webapp</name> - <url>http://maven.apache.org</url> - <profiles> - <profile> - <id>public</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <properties> - <webxml.file>web.xml</webxml.file> - <finalName.war>tgoaipmh</finalName.war> - </properties> - </profile> + 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> + <artifactId>oaipmh</artifactId> + <groupId>info.textgrid.middleware</groupId> + <version>1.9.999-RC1-SNAPSHOT</version> + </parent> + <groupId>info.textgrid.middleware</groupId> + <artifactId>oaipmh-webapp</artifactId> + <packaging>war</packaging> + <version>1.9.999-RC1-SNAPSHOT</version> + <name>DARIAHDE :: OAI-PMH :: Webapp</name> + <url>http://maven.apache.org</url> + <profiles> <profile> - <id>textgrid.deb</id> - <build> - <plugins> - <plugin> - <artifactId>jdeb</artifactId> - <groupId>org.vafer</groupId> - <version>1.4</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>jdeb</goal> - </goals> - <configuration> - <snapshotExpand>true</snapshotExpand> - <dataSet> - <data> - <type>file</type> - <src>${project.build.directory}/${project.build.finalName}.war</src> - <mapper> - <type>perm</type> - <prefix>/var/textgrid/webapps</prefix> - </mapper> - </data> - </dataSet> - </configuration> - </execution> - </executions> - </plugin> - </plugins> + <id>public</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <properties> + <webxml.file>web.xml</webxml.file> + <finalName.war>tgoaipmh</finalName.war> + </properties> + </profile> + <profile> + <id>textgrid.deb</id> + <build> + <plugins> + <plugin> + <artifactId>jdeb</artifactId> + <groupId>org.vafer</groupId> + <version>1.4</version> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>jdeb</goal> + </goals> + <configuration> + <snapshotExpand>true</snapshotExpand> + <dataSet> + <data> + <type>file</type> + <src>${project.build.directory}/${project.build.finalName}.war</src> + <mapper> + <type>perm</type> + <prefix>/var/textgrid/webapps</prefix> + </mapper> + </data> + </dataSet> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </profile> - </profiles> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-webmvc</artifactId> - <version>${spring.version}</version> - </dependency> - <dependency> - <groupId>info.textgrid.middleware</groupId> - <artifactId>oaipmh-core</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> - <build> - <finalName>tgoaipmh</finalName> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.0</version> - <configuration> - <source>${jdk.version}</source> - <target>${jdk.version}</target> - </configuration> - </plugin> - <plugin> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-maven-plugin</artifactId> - <version>9.0.7.v20131107</version> - <configuration> - <scanIntervalSeconds>1</scanIntervalSeconds> - <webAppConfig> - <contextPath>tgsearch-public.war</contextPath> - </webAppConfig> - </configuration> - </plugin> - </plugins> - </build> + </profiles> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>${spring.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + <version>${spring.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-webmvc</artifactId> + <version>${spring.version}</version> + </dependency> + <dependency> + <groupId>info.textgrid.middleware</groupId> + <artifactId>oaipmh-core</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + <build> + <finalName>tgoaipmh</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> + <configuration> + <source>${jdk.version}</source> + <target>${jdk.version}</target> + </configuration> + </plugin> + <plugin> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-maven-plugin</artifactId> + <version>9.0.7.v20131107</version> + <configuration> + <scanIntervalSeconds>1</scanIntervalSeconds> + <webAppConfig> + <contextPath>tgsearch-public.war</contextPath> + </webAppConfig> + </configuration> + </plugin> + </plugins> + </build> </project> diff --git a/pom.xml b/pom.xml index 80a633f4..ef9bb7d0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,13 +3,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh</artifactId> - <version>1.3.25-SNAPSHOT</version> + <version>1.9.999-RC1-SNAPSHOT</version> <packaging>pom</packaging> - <name>TextGrid :: TG-OAI-PMH :: Parent</name> + <name>DARIAHDE :: OAI-PMH</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <cxf.version>3.0.3</cxf.version> - <tgcrud.version>5.5.9-SNAPSHOT</tgcrud.version> + <tgcrud.version>5.9.999-RC1-SNAPSHOT</tgcrud.version> <spring.version>4.0.2.RELEASE</spring.version> <textgrid.httpclients.version>1.3.0-SNAPSHOT</textgrid.httpclients.version> <jetty.version>6.1.15</jetty.version> @@ -19,7 +19,7 @@ <slf4j.version>1.7.5</slf4j.version> <junit.version>4.11</junit.version> <jdk.version>1.7</jdk.version> - </properties> + </properties> <build> <defaultGoal>package</defaultGoal> <plugins> -- GitLab