Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
streamline package group id
Browse files Browse the repository at this point in the history
  • Loading branch information
freimair committed Nov 28, 2018
1 parent f293114 commit 591c760
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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">

<groupId>com.cedricwalter</groupId>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>8.0.3-jitpack</version>

Expand Down Expand Up @@ -40,6 +40,13 @@
<organization>None</organization>
<organizationUrl>www.cedricwalter.com</organizationUrl>
</developer>
<developer>
<name>JesusMcCloud</name>
</developer>
<developer>
<name>Florian Reimair</name>
<email>[email protected]</email>
</developer>
</developers>

<scm>
Expand Down
4 changes: 2 additions & 2 deletions tor-binary-geoip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>com.cedricwalter</groupId>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>8.0.3-jitpack</version>
</parent>
Expand All @@ -21,7 +21,7 @@
<version>1.6.0</version>
<configuration>
<resourceBundles>
<resourceBundle>com.cedricwalter:tor-binary-resources:${project.version}</resourceBundle>
<resourceBundle>com.github.JesusMcCloud:tor-binary-resources:${project.version}</resourceBundle>
</resourceBundles>
</configuration>
<executions>
Expand Down
4 changes: 2 additions & 2 deletions tor-binary-linux32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>com.cedricwalter</groupId>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>8.0.3-jitpack</version>
</parent>
Expand All @@ -21,7 +21,7 @@
<version>1.6.0</version>
<configuration>
<resourceBundles>
<resourceBundle>com.cedricwalter:tor-binary-resources:${project.version}</resourceBundle>
<resourceBundle>com.github.JesusMcCloud:tor-binary-resources:${project.version}</resourceBundle>
</resourceBundles>
</configuration>
<executions>
Expand Down
4 changes: 2 additions & 2 deletions tor-binary-linux64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>com.cedricwalter</groupId>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>8.0.3-jitpack</version>
</parent>
Expand All @@ -21,7 +21,7 @@
<version>1.6.0</version>
<configuration>
<resourceBundles>
<resourceBundle>com.cedricwalter:tor-binary-resources:${project.version}</resourceBundle>
<resourceBundle>com.github.JesusMcCloud:tor-binary-resources:${project.version}</resourceBundle>
</resourceBundles>
</configuration>
<executions>
Expand Down
4 changes: 2 additions & 2 deletions tor-binary-macos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>com.cedricwalter</groupId>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>8.0.3-jitpack</version>
</parent>
Expand All @@ -21,7 +21,7 @@
<version>1.6.0</version>
<configuration>
<resourceBundles>
<resourceBundle>com.cedricwalter:tor-binary-resources:${project.version}</resourceBundle>
<resourceBundle>com.github.JesusMcCloud:tor-binary-resources:${project.version}</resourceBundle>
</resourceBundles>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion tor-binary-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>com.cedricwalter</groupId>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>8.0.3-jitpack</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions tor-binary-windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>com.cedricwalter</groupId>
<groupId>com.github.JesusMcCloud</groupId>
<artifactId>tor-binary</artifactId>
<version>8.0.3-jitpack</version>
</parent>
Expand All @@ -21,7 +21,7 @@
<version>1.6.0</version>
<configuration>
<resourceBundles>
<resourceBundle>com.cedricwalter:tor-binary-resources:${project.version}</resourceBundle>
<resourceBundle>com.github.JesusMcCloud:tor-binary-resources:${project.version}</resourceBundle>
</resourceBundles>
</configuration>
<executions>
Expand Down

0 comments on commit 591c760

Please sign in to comment.