removed ff prefix

This commit is contained in:
Willem 2017-06-10 18:34:25 +02:00
parent 8751873145
commit cf4145ba3e
109 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
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>net.forwardfire.unitxc</groupId>
<artifactId>ff-unitxc</artifactId>
<artifactId>unitxc</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>FFUnitXC</name>
@ -24,7 +24,7 @@
<maven>3.0.1</maven>
</prerequisites>
<modules>
<module>ff-unitxc-converter</module>
<module>unitxc-converter</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View file

@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.forwardfire.unitxc</groupId>
<artifactId>ff-unitxc</artifactId>
<artifactId>unitxc</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>ff-unitxc-converter</artifactId>
<artifactId>unitxc-converter</artifactId>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>

Some files were not shown because too many files have changed in this diff Show more