summaryrefslogtreecommitdiff
path: root/firmal/pom.xml
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-10-20 18:44:22 -0400
committerBen Culkin <scorpress@gmail.com>2020-10-20 18:44:22 -0400
commitf332e69826bd5d7ae272feca746b5a1299f74dbe (patch)
tree92000eac575e44d1036646a8f15f597d2b438a61 /firmal/pom.xml
parentff953061e6b770b21d95972462c576bf7e446364 (diff)
Update pom
Diffstat (limited to 'firmal/pom.xml')
-rw-r--r--firmal/pom.xml54
1 files changed, 28 insertions, 26 deletions
diff --git a/firmal/pom.xml b/firmal/pom.xml
index f1aeb91..7e460e8 100644
--- a/firmal/pom.xml
+++ b/firmal/pom.xml
@@ -1,27 +1,29 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" 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>
- <artifactId>firmal</artifactId>
- <version>0.0.1-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>
- <artifactId>BJC-Utils2</artifactId>
- <version>1.0.0</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.0</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ 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>
+ <artifactId>firmal</artifactId>
+ <version>0.0.1-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>
+ <artifactId>BJC-Utils2</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.0</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file