diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-01-31 19:57:24 -0500 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-01-31 19:57:24 -0500 |
| commit | d9ebbc31e252e275ba1cc28749b106a040726b82 (patch) | |
| tree | 2fed25fc8b8eb9f90decf55d154d2416faaf47be | |
| parent | d1a9375fe818617151bbe23809ff4f45d3775e75 (diff) | |
Tweak pom
| -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> |
