Skip to content

Commit

Permalink
#61 latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Apr 28, 2015
1 parent d83084a commit b0d691d
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 46 deletions.
4 changes: 0 additions & 4 deletions jargon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<<<<<<< HEAD
<version>4.0.3.1-SNAPSHOT</version>
=======
<version>4.0.2.2-SNAPSHOT</version>
>>>>>>> master
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
Expand Down
4 changes: 0 additions & 4 deletions jargon-data-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<<<<<<< HEAD
<version>4.0.3.1-SNAPSHOT</version>
=======
<version>4.0.2.2-SNAPSHOT</version>
>>>>>>> master
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-data-utils</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions jargon-httpstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
<parent>
<artifactId>jargon</artifactId>
<groupId>org.irods</groupId>
<<<<<<< HEAD
<version>4.0.3.1-SNAPSHOT</version>
=======
<version>4.0.2.2-SNAPSHOT</version>
>>>>>>> master
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-httpstream</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions jargon-ruleservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<<<<<<< HEAD
<version>4.0.3.1-SNAPSHOT</version>
=======
<version>4.0.2.2-SNAPSHOT</version>
>>>>>>> master
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-ruleservice</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions jargon-ticket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<<<<<<< HEAD
<version>4.0.3.1-SNAPSHOT</version>
=======
<version>4.0.2.2-SNAPSHOT</version>
>>>>>>> master
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-ticket</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions jargon-user-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
<parent>
<artifactId>jargon</artifactId>
<groupId>org.irods</groupId>
<<<<<<< HEAD
<version>4.0.3.1-SNAPSHOT</version>
=======
<version>4.0.2.2-SNAPSHOT</version>
>>>>>>> master
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-user-profile</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions jargon-user-tagging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<<<<<<< HEAD
<version>4.0.3.1-SNAPSHOT</version>
=======
<version>4.0.2.2-SNAPSHOT</version>
>>>>>>> master
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
Expand Down
4 changes: 0 additions & 4 deletions jargon-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
<parent>
<artifactId>jargon</artifactId>
<groupId>org.irods</groupId>
<<<<<<< HEAD
<version>4.0.3.1-SNAPSHOT</version>
=======
<version>4.0.2.2-SNAPSHOT</version>
>>>>>>> master
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-workflow</artifactId>
Expand Down
21 changes: 7 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<?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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<packaging>pom</packaging>
<<<<<<< HEAD
<version>4.0.3.1-SNAPSHOT</version>
=======
<version>4.0.2.2-SNAPSHOT</version>
>>>>>>> master
<name>Jargon</name>
<description>Core Java API and related libraries for iRODS</description>
<url>https://github.com/DICE-UNC/jargon</url>
Expand Down Expand Up @@ -392,13 +389,9 @@
<build>
<pluginManagement>
<plugins>
<!-- <plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<altDeploymentRepository>internal.repo::default::file://${git.repo.root}/snapsots</altDeploymentRepository>
</configuration>
</plugin>-->
<!-- <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version>
<configuration> <altDeploymentRepository>internal.repo::default::file://${git.repo.root}/snapsots</altDeploymentRepository>
</configuration> </plugin> -->

<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -478,6 +471,6 @@
<module>jargon-conveyor</module>
<module>jargon-workflow</module>
<module>jargon-ruleservice</module>
<module>data-profile</module>
</modules>
<module>data-profile</module>
</modules>
</project>

0 comments on commit b0d691d

Please sign in to comment.