Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions google-guava-14.0.1/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<?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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.ops4j.pax.tipi</groupId>
<artifactId>tipi-master</artifactId>
<version>1.1.0</version>
<relativePath>../tipi-master</relativePath>
</parent>

<artifactId>org.ops4j.pax.tipi.guava</artifactId>
<version>14.0.1.1</version>
<packaging>bundle</packaging>
<name>OPS4J Pax Tipi - ${tipi.orig.artifactId}</name>
<description>This OSGi bundle wraps ${tipi.orig.artifactId}-${tipi.orig.version}</description>

<!--
This section may seem redundant, but if you delete it, maven-release-plugin will
compute an incorrect URL.
-->
<scm>
<connection>scm:git:[email protected]:ops4j/org.ops4j.pax.tipi.git</connection>
<developerConnection>scm:git:[email protected]:ops4j/org.ops4j.pax.tipi.git</developerConnection>
<url>[email protected]:ops4j/org.ops4j.pax.tipi.git</url>
<tag>HEAD</tag>
</scm>

<properties>
<tipi.orig.groupId>com.google.guava</tipi.orig.groupId>
<tipi.orig.artifactId>guava</tipi.orig.artifactId>
<tipi.orig.version>14.0.1</tipi.orig.version>
<tipi.osgi.import>javax.annotation;resolution:=optional,sun.misc.*;resolution:=optional</tipi.osgi.import>
<tipi.osgi.export>!com.google.common.base.internal,com.google.common.*</tipi.osgi.export>
</properties>

<dependencies>
<dependency>
<groupId>${tipi.orig.groupId}</groupId>
<artifactId>${tipi.orig.artifactId}</artifactId>
<version>${tipi.orig.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
66 changes: 66 additions & 0 deletions tinkerpop-blueprints-core-2.6.0/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.ops4j.pax.tipi</groupId>
<artifactId>tipi-master</artifactId>
<version>1.1.0</version>
<relativePath>../tipi-master</relativePath>
</parent>

<artifactId>org.ops4j.pax.tipi.blueprints-core</artifactId>
<version>2.6.0.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>OPS4J Pax Tipi - ${tipi.orig.artifactId}</name>
<description>This OSGi bundle wraps ${tipi.orig.artifactId}-${tipi.orig.version}</description>

<!--
This section may seem redundant, but if you delete it, maven-release-plugin will
compute an incorrect URL.
-->
<scm>
<connection>scm:git:[email protected]:ops4j/org.ops4j.pax.tipi.git</connection>
<developerConnection>scm:git:[email protected]:ops4j/org.ops4j.pax.tipi.git</developerConnection>
<url>[email protected]:ops4j/org.ops4j.pax.tipi.git</url>
<tag>HEAD</tag>
</scm>

<properties>
<tipi.orig.groupId>com.tinkerpop.blueprints</tipi.orig.groupId>
<tipi.orig.artifactId>blueprints-core</tipi.orig.artifactId>
<tipi.orig.version>2.6.0</tipi.orig.version>
<tipi.osgi.export>
com.tinkerpop.blueprints*;version=${tipi.orig.version}
</tipi.osgi.export>
</properties>

<dependencies>
<dependency>
<groupId>${tipi.orig.groupId}</groupId>
<artifactId>${tipi.orig.artifactId}</artifactId>
<version>${tipi.orig.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
66 changes: 66 additions & 0 deletions tinkerpop-frames-2.6.0/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.ops4j.pax.tipi</groupId>
<artifactId>tipi-master</artifactId>
<version>1.1.0</version>
<relativePath>../tipi-master</relativePath>
</parent>

<artifactId>org.ops4j.pax.tipi.frames</artifactId>
<version>2.6.0.1</version>
<packaging>bundle</packaging>
<name>OPS4J Pax Tipi - ${tipi.orig.artifactId}</name>
<description>This OSGi bundle wraps ${tipi.orig.artifactId}-${tipi.orig.version}</description>

<!--
This section may seem redundant, but if you delete it, maven-release-plugin will
compute an incorrect URL.
-->
<scm>
<connection>scm:git:[email protected]:ops4j/org.ops4j.pax.tipi.git</connection>
<developerConnection>scm:git:[email protected]:ops4j/org.ops4j.pax.tipi.git</developerConnection>
<url>[email protected]:ops4j/org.ops4j.pax.tipi.git</url>
<tag>HEAD</tag>
</scm>

<properties>
<tipi.orig.groupId>com.tinkerpop</tipi.orig.groupId>
<tipi.orig.artifactId>frames</tipi.orig.artifactId>
<tipi.orig.version>2.6.0</tipi.orig.version>
<tipi.osgi.export>
com.tinkerpop.frames*;version=${tipi.orig.version}
</tipi.osgi.export>
</properties>

<dependencies>
<dependency>
<groupId>${tipi.orig.groupId}</groupId>
<artifactId>${tipi.orig.artifactId}</artifactId>
<version>${tipi.orig.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
1 change: 1 addition & 0 deletions tinkerpop-gremlin-2.6.0
Submodule tinkerpop-gremlin-2.6.0 added at 862fa6
66 changes: 66 additions & 0 deletions tinkerpop-gremlin-groovy-2.6.0/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.ops4j.pax.tipi</groupId>
<artifactId>tipi-master</artifactId>
<version>1.1.0</version>
<relativePath>../tipi-master</relativePath>
</parent>

<artifactId>org.ops4j.pax.tipi.gremlin-groovy</artifactId>
<version>2.6.0.1</version>
<packaging>bundle</packaging>
<name>OPS4J Pax Tipi - ${tipi.orig.artifactId}</name>
<description>This OSGi bundle wraps ${tipi.orig.artifactId}-${tipi.orig.version}</description>

<!--
This section may seem redundant, but if you delete it, maven-release-plugin will
compute an incorrect URL.
-->
<scm>
<connection>scm:git:[email protected]:ops4j/org.ops4j.pax.tipi.git</connection>
<developerConnection>scm:git:[email protected]:ops4j/org.ops4j.pax.tipi.git</developerConnection>
<url>[email protected]:ops4j/org.ops4j.pax.tipi.git</url>
<tag>HEAD</tag>
</scm>

<properties>
<tipi.orig.groupId>com.tinkerpop.gremlin</tipi.orig.groupId>
<tipi.orig.artifactId>gremlin-groovy</tipi.orig.artifactId>
<tipi.orig.version>2.6.0</tipi.orig.version>
<tipi.osgi.export>
com.tinkerpop.gremlin.groovy*;version=${tipi.orig.version}
</tipi.osgi.export>
</properties>

<dependencies>
<dependency>
<groupId>${tipi.orig.groupId}</groupId>
<artifactId>${tipi.orig.artifactId}</artifactId>
<version>${tipi.orig.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
66 changes: 66 additions & 0 deletions tinkerpop-gremlin-java-2.6.0/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.ops4j.pax.tipi</groupId>
<artifactId>tipi-master</artifactId>
<version>1.1.0</version>
<relativePath>../tipi-master</relativePath>
</parent>

<artifactId>org.ops4j.pax.tipi.gremlin-java</artifactId>
<version>2.6.0.1</version>
<packaging>bundle</packaging>
<name>OPS4J Pax Tipi - ${tipi.orig.artifactId}</name>
<description>This OSGi bundle wraps ${tipi.orig.artifactId}-${tipi.orig.version}</description>

<!--
This section may seem redundant, but if you delete it, maven-release-plugin will
compute an incorrect URL.
-->
<scm>
<connection>scm:git:[email protected]:ops4j/org.ops4j.pax.tipi.git</connection>
<developerConnection>scm:git:[email protected]:ops4j/org.ops4j.pax.tipi.git</developerConnection>
<url>[email protected]:ops4j/org.ops4j.pax.tipi.git</url>
<tag>HEAD</tag>
</scm>

<properties>
<tipi.orig.groupId>com.tinkerpop.gremlin</tipi.orig.groupId>
<tipi.orig.artifactId>gremlin-java</tipi.orig.artifactId>
<tipi.orig.version>2.6.0</tipi.orig.version>
<tipi.osgi.export>
com.tinkerpop.gremlin*;version=${tipi.orig.version}
</tipi.osgi.export>
</properties>

<dependencies>
<dependency>
<groupId>${tipi.orig.groupId}</groupId>
<artifactId>${tipi.orig.artifactId}</artifactId>
<version>${tipi.orig.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Loading