Skip to content

Commit 07b616f

Browse files
author
michael-conway
committed
#61 4026 release prep
1 parent 2158bc5 commit 07b616f

File tree

11 files changed

+13
-12
lines changed

11 files changed

+13
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
**/nb-configuration.xml
44
**/.springBeans
55
**/testing.properties
6+
*.iml
67
.project
78
.idea
89
.metadata

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
# Project: Jargon-core API
3-
#### Date: 06/07/2016
4-
#### Release Version: 4.0.2.6-RC1
5-
#### git tag: 4.0.2.6-RC1
3+
#### Date: 06/13/2016
4+
#### Release Version: 4.0.2.6-RELEASE
5+
#### git tag: 4.0.2.6-RELEASE
66
#### Developer: Mike Conway - DICE
77

88
## News

jargon-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.irods</groupId>
44
<artifactId>jargon</artifactId>
5-
<version>4.0.2.6-RC1</version>
5+
<version>4.0.2.6-RELEASE</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.irods.jargon</groupId>

jargon-data-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.irods</groupId>
55
<artifactId>jargon</artifactId>
6-
<version>4.0.2.6-RC1</version>
6+
<version>4.0.2.6-RELEASE</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-data-utils</artifactId>

jargon-httpstream/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jargon</artifactId>
66
<groupId>org.irods</groupId>
7-
<version>4.0.2.6-RC1</version>
7+
<version>4.0.2.6-RELEASE</version>
88
</parent>
99
<groupId>org.irods.jargon</groupId>
1010
<artifactId>jargon-httpstream</artifactId>

jargon-ruleservice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.irods</groupId>
55
<artifactId>jargon</artifactId>
6-
<version>4.0.2.6-RC1</version>
6+
<version>4.0.2.6-RELEASE</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-ruleservice</artifactId>

jargon-ticket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.irods</groupId>
55
<artifactId>jargon</artifactId>
6-
<version>4.0.2.6-RC1</version>
6+
<version>4.0.2.6-RELEASE</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-ticket</artifactId>

jargon-user-profile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jargon</artifactId>
66
<groupId>org.irods</groupId>
7-
<version>4.0.2.6-RC1</version>
7+
<version>4.0.2.6-RELEASE</version>
88
</parent>
99
<groupId>org.irods.jargon</groupId>
1010
<artifactId>jargon-user-profile</artifactId>

jargon-user-tagging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.irods</groupId>
44
<artifactId>jargon</artifactId>
5-
<version>4.0.2.6-RC1</version>
5+
<version>4.0.2.6-RELEASE</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.irods.jargon</groupId>

jargon-workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>jargon</artifactId>
88
<groupId>org.irods</groupId>
9-
<version>4.0.2.6-RC1</version>
9+
<version>4.0.2.6-RELEASE</version>
1010
</parent>
1111
<groupId>org.irods.jargon</groupId>
1212
<artifactId>jargon-workflow</artifactId>

0 commit comments

Comments
 (0)