Skip to content

Commit 2b624cd

Browse files
committed
Update project metadata for fork
1 parent 4adc410 commit 2b624cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>technology.tabula</groupId>
4+
<groupId>com.blockgencorp</groupId>
55
<artifactId>tabula</artifactId>
66
<version>1.0.6-SNAPSHOT</version>
77
<name>Tabula</name>
88
<description>Extract tables from PDF files</description>
9-
<url>http://github.com/tabulapdf/tabula-java</url>
9+
<url>http://github.com/blockgencorp/tabula-java</url>
1010

1111
<licenses>
1212
<license>
@@ -47,10 +47,10 @@
4747
</repositories>
4848

4949
<scm>
50-
<connection>scm:git:git@github.com:tabulapdf/tabula-java.git</connection>
51-
<developerConnection>scm:git:[email protected]:tabulapdf/tabula-java.git</developerConnection>
52-
<url>git@github.com:tabulapdf/tabula-java.git</url>
53-
<tag>v1.0.2</tag>
50+
<connection>scm:git:https://github.com/blockgencorp/tabula-java.git</connection>
51+
<developerConnection>scm:git:[email protected]:blockgencorp/tabula-java.git</developerConnection>
52+
<url>https://github.com/blockgencorp/tabula-java</url>
53+
<tag>main</tag>
5454
</scm>
5555

5656
<properties>

0 commit comments

Comments
 (0)