Skip to content

Commit

Permalink
#61 4026 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Jul 13, 2016
1 parent 2158bc5 commit 07b616f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**/nb-configuration.xml
**/.springBeans
**/testing.properties
*.iml
.project
.idea
.metadata
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

# Project: Jargon-core API
#### Date: 06/07/2016
#### Release Version: 4.0.2.6-RC1
#### git tag: 4.0.2.6-RC1
#### Date: 06/13/2016
#### Release Version: 4.0.2.6-RELEASE
#### git tag: 4.0.2.6-RELEASE
#### Developer: Mike Conway - DICE

## News
Expand Down
2 changes: 1 addition & 1 deletion jargon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.0.2.6-RC1</version>
<version>4.0.2.6-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-data-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.0.2.6-RC1</version>
<version>4.0.2.6-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-data-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-httpstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jargon</artifactId>
<groupId>org.irods</groupId>
<version>4.0.2.6-RC1</version>
<version>4.0.2.6-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-httpstream</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-ruleservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.0.2.6-RC1</version>
<version>4.0.2.6-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-ruleservice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-ticket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.0.2.6-RC1</version>
<version>4.0.2.6-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-ticket</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-user-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>jargon</artifactId>
<groupId>org.irods</groupId>
<version>4.0.2.6-RC1</version>
<version>4.0.2.6-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-user-profile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-user-tagging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<version>4.0.2.6-RC1</version>
<version>4.0.2.6-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jargon-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jargon</artifactId>
<groupId>org.irods</groupId>
<version>4.0.2.6-RC1</version>
<version>4.0.2.6-RELEASE</version>
</parent>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-workflow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.irods</groupId>
<artifactId>jargon</artifactId>
<packaging>pom</packaging>
<version>4.0.2.6-RC1</version>
<version>4.0.2.6-RELEASE</version>
<name>Jargon</name>
<description>Core Java API and related libraries for iRODS</description>
<url>https://github.com/DICE-UNC/jargon</url>
Expand Down

0 comments on commit 07b616f

Please sign in to comment.