Commit d548231e by Jessica Hawkwell

updating a few things

1 parent d5dd84ea
Showing with 37 additions and 33 deletions
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.starphoenixmedia</groupId>
<artifactId>candle_pos</artifactId>
<version>1.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<groupId>com.starphoenixmedia</groupId>
<artifactId>candle_pos</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Candle POS</name>
<url>https://ladyserenakitty.felinewith.me/candle-pos/</url>
<url>https://ladyserenakitty.felinewith.me/candle-pos/</url>
<organization>
<name>StarPhoenix Media</name>
<url>http://starphoenixmedia.com/</url>
</organization>
<prerequisites>
<maven>3.0.0</maven>
</prerequisites>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<build>
<plugins>
......@@ -31,38 +35,38 @@
<addClasspath>true</addClasspath>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<classpathLayoutType>repository</classpathLayoutType>
<classpathLayoutType>repository</classpathLayoutType>
<packageName>CandlePOS</packageName>
<mainClass>com.starphoenixmedia.candle_pos.Starter</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>internal</id>
<url>https://mvn.felinewith.me/repository/internal/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>https://mvn.felinewith.me/repository/snapshots/</url>
</snapshotRepository>
<site>
<id>stage</id>
<url>https://ladyserenakitty.felinewith.me/candle-pos/</url>
</site>
</distributionManagement>
<distributionManagement>
<repository>
<id>internal</id>
<url>https://mvn.felinewith.me/repository/internal/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>https://mvn.felinewith.me/repository/snapshots/</url>
</snapshotRepository>
<site>
<id>Main</id>
<url>https://ladyserenakitty.felinewith.me/candle-pos/</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!