Skip to content

Commit

Permalink
#1 clean up and reset
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Mar 21, 2017
1 parent 30f485a commit 326ed08
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 5 deletions.
15 changes: 15 additions & 0 deletions jargon2-core-if/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?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/maven-v4_0_0.xsd">
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon2</artifactId>
<version>4.3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jargon2-core-if</artifactId>
<packaging>jar</packaging>
<description>Interface describing version2 Jargon public interface</description>
<dependencies />
<name>jargon2-core-if</name>
</project>
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@
</plugins>
</build>
<modules>
<module>protocol-provider</module>
<module>local-filesystem-provider</module>
<module>nio-filesystem-provider</module>
<module>zeromq-provider</module>
<module>zeromq-server-emulator</module>
<module>jargon2-core-if</module>
</modules>
</project>

0 comments on commit 326ed08

Please sign in to comment.