-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
152 additions
and
88 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file removed
BIN
-74.8 KB
lib/com/hannonhill/commons/hannonhill-commons/1.3.5/hannonhill-commons-1.3.5.jar
Binary file not shown.
Binary file added
BIN
+70.5 KB
lib/com/hannonhill/commons/hannonhill-commons/1.5.0/hannonhill-commons-1.5.0.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
...ommons/1.3.5/hannonhill-commons-1.3.5.pom → ...ommons/1.5.0/hannonhill-commons-1.5.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.hannonhill.commons</groupId> | ||
<artifactId>hannonhill-commons</artifactId> | ||
<version>1.3.5</version> | ||
<version>1.5.0</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,68 @@ | ||
<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>Asset-Factory-Plugins</groupId> | ||
<artifactId>Asset-Factory-Plugins</artifactId> | ||
<version>8.17</version> | ||
<name>Asset Factory Plugins</name> | ||
<description>Custom Asset Factory plugins for Cascade Server.</description> | ||
<build> | ||
<sourceDirectory>src</sourceDirectory> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.6.0</version> | ||
<configuration> | ||
<source>1.8</source> | ||
<target>1.8</target> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
<resources> | ||
<resource> | ||
<directory>src</directory> | ||
<includes> | ||
<include>**/*.properties</include> | ||
</includes> | ||
</resource> | ||
</resources> | ||
</build> | ||
<repositories> | ||
<repository> | ||
<id>Local Project Repository</id> | ||
<url>file://${project.basedir}/lib</url> | ||
</repository> | ||
</repositories> | ||
<dependencies> | ||
<dependency> | ||
<groupId>log4j</groupId> | ||
<artifactId>log4j</artifactId> | ||
<version>1.2.14</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.hannonhill.cascade</groupId> | ||
<artifactId>cascade-api</artifactId> | ||
<version>8.17</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.cms.assetfactory</groupId> | ||
<artifactId>assetfactory-plugins</artifactId> | ||
<version>8.17</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.hannonhill.commons</groupId> | ||
<artifactId>hannonhill-commons</artifactId> | ||
<version>1.3.5</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.imgscalr</groupId> | ||
<artifactId>imgscalr-lib</artifactId> | ||
<version>4.2</version> | ||
</dependency> | ||
</dependencies> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>Asset-Factory-Plugins</groupId> | ||
<artifactId>Asset-Factory-Plugins</artifactId> | ||
<version>8.17</version> | ||
<name>Asset Factory Plugins</name> | ||
<description>Custom Asset Factory plugins for Cascade Server.</description> | ||
<build> | ||
<sourceDirectory>src</sourceDirectory> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.6.0</version> | ||
<configuration> | ||
<source>1.8</source> | ||
<target>1.8</target> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
<resources> | ||
<resource> | ||
<directory>src</directory> | ||
<includes> | ||
<include>**/*.properties</include> | ||
</includes> | ||
</resource> | ||
</resources> | ||
</build> | ||
<repositories> | ||
<repository> | ||
<id>Local Project Repository</id> | ||
<url>file://${project.basedir}/lib</url> | ||
</repository> | ||
</repositories> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
<version>1.7.36</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-nop</artifactId> | ||
<version>1.7.36</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.hannonhill.cascade</groupId> | ||
<artifactId>cascade-api</artifactId> | ||
<version>8.17</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.cms.assetfactory</groupId> | ||
<artifactId>assetfactory-plugins</artifactId> | ||
<version>8.17</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.hannonhill.commons</groupId> | ||
<artifactId>hannonhill-commons</artifactId> | ||
<version>1.5.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.imgscalr</groupId> | ||
<artifactId>imgscalr-lib</artifactId> | ||
<version>4.2</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters