diff options
| -rw-r--r-- | firmal/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmal/pom.xml b/firmal/pom.xml index 5174a1a..aa1e601 100644 --- a/firmal/pom.xml +++ b/firmal/pom.xml @@ -2,14 +2,14 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>bjc</groupId> + <groupId>com.ashardalon</groupId> <artifactId>firmal</artifactId> <version>0.0.2-SNAPSHOT</version> <name>firmal</name> <description>Local browser for directories of HTML files. Created originally for browsing downloaded tumblr blogs</description> <dependencies> <dependency> - <groupId>bjc</groupId> + <groupId>com.ashardalon</groupId> <artifactId>BJC-Utils2</artifactId> <version>2.0-SNAPSHOT</version> </dependency> |
