Skip to content

Commit b61ca5e

Browse files
committed
[449] Bump version to 4.3.4.0-RELEASE.
1 parent aa3e74f commit b61ca5e

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

data-profile/pom.xml

+1-1
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.3.4.0-SNAPSHOT</version>
9+
<version>4.3.4.0-RELEASE</version>
1010
</parent>
1111
<groupId>org.irods.jargon</groupId>
1212
<artifactId>data-profile</artifactId>

jargon-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.irods</groupId>
77
<artifactId>jargon</artifactId>
8-
<version>4.3.4.0-SNAPSHOT</version>
8+
<version>4.3.4.0-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>org.irods.jargon</groupId>

jargon-data-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.irods</groupId>
88
<artifactId>jargon</artifactId>
9-
<version>4.3.4.0-SNAPSHOT</version>
9+
<version>4.3.4.0-RELEASE</version>
1010
</parent>
1111
<groupId>org.irods.jargon</groupId>
1212
<artifactId>jargon-data-utils</artifactId>

jargon-mdquery/pom.xml

+1-1
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.3.4.0-SNAPSHOT</version>
9+
<version>4.3.4.0-RELEASE</version>
1010
</parent>
1111
<groupId>org.irods.jargon</groupId>
1212
<artifactId>jargon-mdquery</artifactId>

jargon-pool/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.irods</groupId>
88
<artifactId>jargon</artifactId>
9-
<version>4.3.4.0-SNAPSHOT</version>
9+
<version>4.3.4.0-RELEASE</version>
1010
</parent>
1111
<groupId>org.irods.jargon</groupId>
1212
<artifactId>jargon-pool</artifactId>

jargon-ruleservice/pom.xml

+1-1
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.3.4.0-SNAPSHOT</version>
6+
<version>4.3.4.0-RELEASE</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-ruleservice</artifactId>

jargon-ticket/pom.xml

+1-1
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.3.4.0-SNAPSHOT</version>
6+
<version>4.3.4.0-RELEASE</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-ticket</artifactId>

jargon-user-tagging/pom.xml

+1-1
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.3.4.0-SNAPSHOT</version>
5+
<version>4.3.4.0-RELEASE</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.irods.jargon</groupId>

jargon-zipservice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jargon</artifactId>
77
<groupId>org.irods</groupId>
8-
<version>4.3.4.0-SNAPSHOT</version>
8+
<version>4.3.4.0-RELEASE</version>
99
</parent>
1010
<groupId>org.irods.jargon</groupId>
1111
<artifactId>jargon-zipservice</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.irods</groupId>
1010
<artifactId>jargon-pom</artifactId>
11-
<version>4.3.4.0-SNAPSHOT</version>
11+
<version>4.3.4.0-RELEASE</version>
1212
</parent>
1313
<name>Jargon</name>
1414
<description>Core Java API and related libraries for iRODS</description>

0 commit comments

Comments
 (0)