Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSGI dependency removed #54

Merged
merged 1 commit into from Oct 22, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 1 addition & 8 deletions api/pom.xml
Expand Up @@ -9,19 +9,12 @@
<version>3.4.6-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
6 changes: 3 additions & 3 deletions apibinding/pom.xml
Expand Up @@ -33,15 +33,15 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>1.0.0</version>
<version>1.4.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand All @@ -53,4 +53,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
7 changes: 1 addition & 6 deletions contract/pom.xml
Expand Up @@ -15,18 +15,13 @@
<artifactId>owlapi-apibinding</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
7 changes: 1 addition & 6 deletions impl/pom.xml
Expand Up @@ -15,18 +15,13 @@
<artifactId>owlapi-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
2 changes: 1 addition & 1 deletion owlapi-parent/pom.xml
Expand Up @@ -127,7 +127,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
7 changes: 1 addition & 6 deletions parsers/pom.xml
Expand Up @@ -15,18 +15,13 @@
<artifactId>owlapi-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -127,7 +127,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down Expand Up @@ -208,4 +208,5 @@
<developerConnection>scm:git:git@github.com:owlcs/owlapi.git</developerConnection>
<url>https://github.com/owlcs/owlapi</url>
</scm>

</project>
7 changes: 1 addition & 6 deletions tools/pom.xml
Expand Up @@ -15,18 +15,13 @@
<artifactId>owlapi-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down