|
2 | 2 | <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">
|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 |
|
5 |
| - <groupId>be.idoneus.felix</groupId> |
| 5 | + <groupId>be.orbinson.felix</groupId> |
6 | 6 | <artifactId>felix-bundle-extractor</artifactId>
|
7 | 7 | <version>1.1.2-SNAPSHOT</version>
|
8 | 8 | <packaging>jar</packaging>
|
9 | 9 |
|
10 | 10 | <name>Felix Bundle Extractor</name>
|
11 | 11 | <description>Sorts and decompiles your Felix / OSGi bundles in to a searchable directory</description>
|
12 |
| - <url>https://github.com/Idoneus/felix-bundle-extractor</url> |
| 12 | + <url>https://github.com/orbinson/felix-bundle-extractor</url> |
13 | 13 |
|
14 | 14 | <licenses>
|
15 | 15 | <license>
|
16 | 16 | <name>The MIT License</name>
|
17 |
| - <url>https://raw.githubusercontent.com/Idoneus/felix-bundle-extractor/develop/LICENSE</url> |
| 17 | + <url>https://raw.githubusercontent.com/orbinson/felix-bundle-extractor/develop/LICENSE</url> |
18 | 18 | <distribution>repo</distribution>
|
19 | 19 | </license>
|
20 | 20 | </licenses>
|
|
24 | 24 | <id>royteeuwen</id>
|
25 | 25 | <name>Roy Teeuwen</name>
|
26 | 26 | <email>roy@teeuwen.be</email>
|
27 |
| - <organization>Idoneus</organization> |
| 27 | + <organization>Orbinson</organization> |
28 | 28 | </developer>
|
29 | 29 | </developers>
|
30 | 30 |
|
31 | 31 | <scm>
|
32 |
| - <connection>scm:git:git://github.com/Idoneus/felix-bundle-extractor.git</connection> |
33 |
| - <developerConnection>scm:git:git://github.com/Idoneus/felix-bundle-extractor.git</developerConnection> |
34 |
| - <url>https://github.com/Idoneus/felix-bundle-extractor</url> |
| 32 | + <connection>scm:git:git://github.com/orbinson/felix-bundle-extractor.git</connection> |
| 33 | + <developerConnection>scm:git:git://github.com/orbinson/felix-bundle-extractor.git</developerConnection> |
| 34 | + <url>https://github.com/orbinson/felix-bundle-extractor</url> |
35 | 35 | <tag>HEAD</tag>
|
36 | 36 | </scm>
|
37 | 37 |
|
|
102 | 102 | <archive>
|
103 | 103 | <manifest>
|
104 | 104 | <mainClass>
|
105 |
| - be.idoneus.felix.bundle.extractor.FelixBundleExtractorApplication |
| 105 | + be.orbinson.felix.bundle.extractor.FelixBundleExtractorApplication |
106 | 106 | </mainClass>
|
107 | 107 | </manifest>
|
108 | 108 | </archive>
|
|
0 commit comments