Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DARIAH-DE OAI-PMH Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DARIAH-DE
DARIAH-DE OAI-PMH Services
Commits
c9766b36
Commit
c9766b36
authored
9 years ago
by
Stefan E. Funk
Browse files
Options
Downloads
Patches
Plain Diff
updated version to 1.9.999-RC1-SNAPSHOT for tg2016 usage!
parent
cf93b936
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
oaipmh-core/pom.xml
+150
-152
150 additions, 152 deletions
oaipmh-core/pom.xml
oaipmh-webapp/pom.xml
+108
-108
108 additions, 108 deletions
oaipmh-webapp/pom.xml
pom.xml
+4
-4
4 additions, 4 deletions
pom.xml
with
262 additions
and
264 deletions
oaipmh-core/pom.xml
+
150
−
152
View file @
c9766b36
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<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"
>
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>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
oaipmh
</artifactId>
<artifactId>
oaipmh
</artifactId>
<groupId>
info.textgrid.middleware
</groupId>
<groupId>
info.textgrid.middleware
</groupId>
<version>
1.3.25-SNAPSHOT
</version>
<version>
1.9.999-RC1-SNAPSHOT
</version>
</parent>
</parent>
<groupId>
info.textgrid.middleware
</groupId>
<groupId>
info.textgrid.middleware
</groupId>
<artifactId>
oaipmh-core
</artifactId>
<artifactId>
oaipmh-core
</artifactId>
<version>
1.3.25-SNAPSHOT
</version>
<version>
1.9.999-RC1-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
TextGrid :: TG-OAI-PMH :: Core
</name>
<name>
DARIAHDE :: OAI-PMH :: Core
</name>
<url>
http://maven.apache.org
</url>
<url>
http://maven.apache.org
</url>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
info.textgrid.middleware
</groupId>
<groupId>
info.textgrid.middleware
</groupId>
<artifactId>
tgcrud-common
</artifactId>
<artifactId>
tgcrud-common
</artifactId>
<version>
${tgcrud.version}
</version>
<version>
${tgcrud.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.cxf
</groupId>
<groupId>
org.apache.cxf
</groupId>
<artifactId>
cxf-rt-rs-security-cors
</artifactId>
<artifactId>
cxf-rt-rs-security-cors
</artifactId>
<version>
${cxf.version}
</version>
<version>
${cxf.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.cxf
</groupId>
<groupId>
org.apache.cxf
</groupId>
<artifactId>
cxf-rt-rs-client
</artifactId>
<artifactId>
cxf-rt-rs-client
</artifactId>
<version>
${cxf.version}
</version>
<version>
${cxf.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.cxf
</groupId>
<groupId>
org.apache.cxf
</groupId>
<artifactId>
cxf-rt-frontend-jaxrs
</artifactId>
<artifactId>
cxf-rt-frontend-jaxrs
</artifactId>
<version>
${cxf.version}
</version>
<version>
${cxf.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax.ws.rs
</groupId>
<groupId>
javax.ws.rs
</groupId>
<artifactId>
jsr311-api
</artifactId>
<artifactId>
jsr311-api
</artifactId>
<version>
1.0
</version>
<version>
1.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<artifactId>
junit
</artifactId>
<version>
${junit.version}
</version>
<version>
${junit.version}
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax.xml.bind
</groupId>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
<artifactId>
jaxb-api
</artifactId>
<version>
2.1
</version>
<version>
2.1
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.elasticsearch
</groupId>
<groupId>
org.elasticsearch
</groupId>
<artifactId>
elasticsearch
</artifactId>
<artifactId>
elasticsearch
</artifactId>
<version>
${elasticsearch.version}
</version>
<version>
${elasticsearch.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
info.textgrid.utils
</groupId>
<groupId>
info.textgrid.utils
</groupId>
<artifactId>
httpclients
</artifactId>
<artifactId>
httpclients
</artifactId>
<version>
${textgrid.httpclients.version}
</version>
<version>
${textgrid.httpclients.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<artifactId>
slf4j-api
</artifactId>
<version>
${slf4j.version}
</version>
<version>
${slf4j.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
jcl-over-slf4j
</artifactId>
<artifactId>
jcl-over-slf4j
</artifactId>
<version>
${slf4j.version}
</version>
<version>
${slf4j.version}
</version>
<scope>
runtime
</scope>
<scope>
runtime
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<artifactId>
slf4j-log4j12
</artifactId>
<version>
${slf4j.version}
</version>
<version>
${slf4j.version}
</version>
<scope>
runtime
</scope>
<scope>
runtime
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
log4j
</groupId>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
<artifactId>
log4j
</artifactId>
<version>
1.2.14
</version>
<version>
1.2.14
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
<repositories>
<repositories>
<repository>
<repository>
<id>
nexus.snapshots
</id>
<id>
nexus.snapshots
</id>
<name>
DARIA nexus public Repository
</name>
<name>
DARIA nexus public Repository
</name>
<url>
http://dev.dariah.eu/nexus/content/groups/public
</url>
<url>
http://dev.dariah.eu/nexus/content/groups/public
</url>
<releases>
<releases>
<enabled>
true
</enabled>
<enabled>
true
</enabled>
</releases>
</releases>
<snapshots>
<snapshots>
<enabled>
true
</enabled>
<enabled>
true
</enabled>
</snapshots>
</snapshots>
</repository>
</repository>
</repositories>
</repositories>
<build>
<build>
<pluginManagement>
<pluginManagement>
<plugins>
<plugins>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
2.5.1
</version>
<version>
2.5.1
</version>
</plugin>
</plugin>
</plugins>
</plugins>
</pluginManagement>
</pluginManagement>
<plugins>
<plugins>
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
jaxb2-maven-plugin
</artifactId>
<artifactId>
jaxb2-maven-plugin
</artifactId>
<version>
1.5
</version>
<version>
1.5
</version>
<executions>
<executions>
<execution>
<execution>
<id>
oaipmhDCSchema-xjc
</id>
<id>
oaipmhDCSchema-xjc
</id>
<goals>
<goals>
<goal>
xjc
</goal>
<goal>
xjc
</goal>
</goals>
</goals>
<configuration>
<configuration>
<schemaFile>
oai_dc.xsd
</schemaFile>
<schemaFile>
oai_dc.xsd
</schemaFile>
<packageName>
info.textgrid.middleware.oaidc
</packageName>
<packageName>
info.textgrid.middleware.oaidc
</packageName>
<schemaDirectory>
src/main/xsd
</schemaDirectory>
<schemaDirectory>
src/main/xsd
</schemaDirectory>
<schemaIncludes>
<schemaIncludes>
<include>
oai_dc.xsd
</include>
<include>
oai_dc.xsd
</include>
</schemaIncludes>
</schemaIncludes>
<generateDirectory>
${project.build.directory}/generated-sources/xjc1
</generateDirectory>
<generateDirectory>
${project.build.directory}/generated-sources/xjc1
</generateDirectory>
<staleFile>
${project.build.directory}/jaxb2/.oaiDCSchemaXjcStaleFlag
</staleFile>
<staleFile>
${project.build.directory}/jaxb2/.oaiDCSchemaXjcStaleFlag
</staleFile>
<clearOutputDir>
false
</clearOutputDir>
<clearOutputDir>
false
</clearOutputDir>
</configuration>
</configuration>
</execution>
</execution>
<execution>
<execution>
<id>
oaipmhSchema-xjc
</id>
<id>
oaipmhSchema-xjc
</id>
<goals>
<goals>
<goal>
xjc
</goal>
<goal>
xjc
</goal>
</goals>
</goals>
<configuration>
<configuration>
<schemaFile>
oai_pmh.xsd
</schemaFile>
<schemaFile>
oai_pmh.xsd
</schemaFile>
<packageName>
info.textgrid.middleware.oaipmh
</packageName>
<packageName>
info.textgrid.middleware.oaipmh
</packageName>
<schemaDirectory>
src/main/xsd
</schemaDirectory>
<schemaDirectory>
src/main/xsd
</schemaDirectory>
<schemaIncludes>
<schemaIncludes>
<include>
oai_pmh.xsd
</include>
<include>
oai_pmh.xsd
</include>
</schemaIncludes>
</schemaIncludes>
<generateDirectory>
${project.build.directory}/generated-sources/xjc2
</generateDirectory>
<generateDirectory>
${project.build.directory}/generated-sources/xjc2
</generateDirectory>
<staleFile>
${project.build.directory}/jaxb2/.oaipmhSchemaXjcStaleFlag
</staleFile>
<staleFile>
${project.build.directory}/jaxb2/.oaipmhSchemaXjcStaleFlag
</staleFile>
<clearOutputDir>
false
</clearOutputDir>
<clearOutputDir>
false
</clearOutputDir>
</configuration>
</configuration>
</execution>
</execution>
</executions>
</plugin>
</executions>
</plugins>
</plugin>
</build>
</plugins>
</build>
</project>
</project>
This diff is collapsed.
Click to expand it.
oaipmh-webapp/pom.xml
+
108
−
108
View file @
c9766b36
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<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"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<artifactId>
oaipmh
</artifactId>
<artifactId>
oaipmh
</artifactId>
<groupId>
info.textgrid.middleware
</groupId>
<groupId>
info.textgrid.middleware
</groupId>
<version>
1.3.25-SNAPSHOT
</version>
<version>
1.9.999-RC1-SNAPSHOT
</version>
</parent>
</parent>
<groupId>
info.textgrid.middleware
</groupId>
<groupId>
info.textgrid.middleware
</groupId>
<artifactId>
oaipmh-webapp
</artifactId>
<artifactId>
oaipmh-webapp
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<version>
1.3.25-SNAPSHOT
</version>
<version>
1.9.999-RC1-SNAPSHOT
</version>
<name>
TextGrid :: OAI-PMH :: Webapp
</name>
<name>
DARIAHDE :: OAI-PMH :: Webapp
</name>
<url>
http://maven.apache.org
</url>
<url>
http://maven.apache.org
</url>
<profiles>
<profiles>
<profile>
<id>
public
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<webxml.file>
web.xml
</webxml.file>
<finalName.war>
tgoaipmh
</finalName.war>
</properties>
</profile>
<profile>
<profile>
<id>
textgrid.deb
</id>
<id>
public
</id>
<build>
<activation>
<plugins>
<activeByDefault>
true
</activeByDefault>
<plugin>
</activation>
<artifactId>
jdeb
</artifactId>
<properties>
<groupId>
org.vafer
</groupId>
<webxml.file>
web.xml
</webxml.file>
<version>
1.4
</version>
<finalName.war>
tgoaipmh
</finalName.war>
<executions>
</properties>
<execution>
</profile>
<phase>
package
</phase>
<profile>
<goals>
<id>
textgrid.deb
</id>
<goal>
jdeb
</goal>
<build>
</goals>
<plugins>
<configuration>
<plugin>
<snapshotExpand>
true
</snapshotExpand>
<artifactId>
jdeb
</artifactId>
<dataSet>
<groupId>
org.vafer
</groupId>
<data>
<version>
1.4
</version>
<type>
file
</type>
<executions>
<src>
${project.build.directory}/${project.build.finalName}.war
</src>
<execution>
<mapper>
<phase>
package
</phase>
<type>
perm
</type>
<goals>
<prefix>
/var/textgrid/webapps
</prefix>
<goal>
jdeb
</goal>
</mapper>
</goals>
</data>
<configuration>
</dataSet>
<snapshotExpand>
true
</snapshotExpand>
</configuration>
<dataSet>
</execution>
<data>
</executions>
<type>
file
</type>
</plugin>
<src>
${project.build.directory}/${project.build.finalName}.war
</src>
</plugins>
<mapper>
<type>
perm
</type>
<prefix>
/var/textgrid/webapps
</prefix>
</mapper>
</data>
</dataSet>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</build>
</profile>
</profile>
</profiles>
</profiles>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<artifactId>
junit
</artifactId>
<version>
${junit.version}
</version>
<version>
${junit.version}
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-core
</artifactId>
<artifactId>
spring-core
</artifactId>
<version>
${spring.version}
</version>
<version>
${spring.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-web
</artifactId>
<artifactId>
spring-web
</artifactId>
<version>
${spring.version}
</version>
<version>
${spring.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-webmvc
</artifactId>
<artifactId>
spring-webmvc
</artifactId>
<version>
${spring.version}
</version>
<version>
${spring.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
info.textgrid.middleware
</groupId>
<groupId>
info.textgrid.middleware
</groupId>
<artifactId>
oaipmh-core
</artifactId>
<artifactId>
oaipmh-core
</artifactId>
<version>
${project.version}
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<finalName>
tgoaipmh
</finalName>
<finalName>
tgoaipmh
</finalName>
<plugins>
<plugins>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.0
</version>
<version>
3.0
</version>
<configuration>
<configuration>
<source>
${jdk.version}
</source>
<source>
${jdk.version}
</source>
<target>
${jdk.version}
</target>
<target>
${jdk.version}
</target>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-maven-plugin
</artifactId>
<artifactId>
jetty-maven-plugin
</artifactId>
<version>
9.0.7.v20131107
</version>
<version>
9.0.7.v20131107
</version>
<configuration>
<configuration>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<scanIntervalSeconds>
1
</scanIntervalSeconds>
<webAppConfig>
<webAppConfig>
<contextPath>
tgsearch-public.war
</contextPath>
<contextPath>
tgsearch-public.war
</contextPath>
</webAppConfig>
</webAppConfig>
</configuration>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
This diff is collapsed.
Click to expand it.
pom.xml
+
4
−
4
View file @
c9766b36
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
info.textgrid.middleware
</groupId>
<groupId>
info.textgrid.middleware
</groupId>
<artifactId>
oaipmh
</artifactId>
<artifactId>
oaipmh
</artifactId>
<version>
1.
3.25
-SNAPSHOT
</version>
<version>
1.
9.999-RC1
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
TextGrid
::
TG-
OAI-PMH
:: Parent
</name>
<name>
DARIAHDE
:: OAI-PMH
</name>
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<cxf.version>
3.0.3
</cxf.version>
<cxf.version>
3.0.3
</cxf.version>
<tgcrud.version>
5.
5
.9-SNAPSHOT
</tgcrud.version>
<tgcrud.version>
5.
9
.9
99-RC1
-SNAPSHOT
</tgcrud.version>
<spring.version>
4.0.2.RELEASE
</spring.version>
<spring.version>
4.0.2.RELEASE
</spring.version>
<textgrid.httpclients.version>
1.3.0-SNAPSHOT
</textgrid.httpclients.version>
<textgrid.httpclients.version>
1.3.0-SNAPSHOT
</textgrid.httpclients.version>
<jetty.version>
6.1.15
</jetty.version>
<jetty.version>
6.1.15
</jetty.version>
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<slf4j.version>
1.7.5
</slf4j.version>
<slf4j.version>
1.7.5
</slf4j.version>
<junit.version>
4.11
</junit.version>
<junit.version>
4.11
</junit.version>
<jdk.version>
1.7
</jdk.version>
<jdk.version>
1.7
</jdk.version>
</properties>
</properties>
<build>
<build>
<defaultGoal>
package
</defaultGoal>
<defaultGoal>
package
</defaultGoal>
<plugins>
<plugins>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment