Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Changed Maven groupId to LibrePDF
Browse files Browse the repository at this point in the history
This is done for ymasory#3.
  • Loading branch information
Nils Winkler authored and Nils Winkler committed Jan 16, 2017
1 parent 3658289 commit 9321ab0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion openpdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions pdf-html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
</parent>
Expand All @@ -14,7 +14,7 @@
<dependencies>

<dependency>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>pdf-xml</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pdf-rtf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
</parent>
Expand All @@ -14,7 +14,7 @@
<dependencies>

<dependency>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>pdf-xml</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pdf-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
</parent>
Expand All @@ -14,7 +14,7 @@
<dependencies>

<dependency>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>pdf-html</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions pdf-toolbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
</parent>
Expand All @@ -14,12 +14,12 @@
<dependencies>

<dependency>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>pdf-html</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>pdf-rtf</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pdf-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
</parent>
Expand All @@ -14,7 +14,7 @@
<dependencies>

<dependency>
<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<modelVersion>4.0.0</modelVersion>

<groupId>com.github.bengolder</groupId>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.1-SNAPSHOT</version>
Expand Down

0 comments on commit 9321ab0

Please sign in to comment.