Skip to content

Commit 2f331e1

Browse files
committed
v1.0.0
1 parent 45bd2e8 commit 2f331e1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.appxiom.ax.tuple</groupId>
88
<artifactId>ax-tuple</artifactId>
9-
<version>0.1.1</version>
9+
<version>1.0.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>17</maven.compiler.source>

src/main/java/com/appxiom/ax/tuple/NamedTuple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* A named tuple implementation for Java that stores elements as key-value pairs using a Map.
33
*
44
* @author Robin Panicker
5-
* @version 0.1.1
5+
* @version 1.0.0
66
* @since 0.1.0
77
*
88
*/

src/main/java/com/appxiom/ax/tuple/Tuple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* A simple immutable Tuple implementation for Java that can hold an arbitrary number of elements.
33
*
44
* @author Robin Panicker
5-
* @version 0.1.1
5+
* @version 1.0.0
66
* @since 0.1.0
77
*/
88
package com.appxiom.ax.tuple;

src/test/java/com/appxiom/ax/tuple/test/NamedTupleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Unit tests for the NamedTuple class.
1313
*
14-
* @version 0.1.1
14+
* @version 1.0.0
1515
* @since 0.1.0
1616
*/
1717
public class NamedTupleTest {

src/test/java/com/appxiom/ax/tuple/test/TupleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Unit tests for the Tuple class.
1313
*
14-
* @version 0.1.1
14+
* @version 1.0.0
1515
* @since 0.1.0
1616
*/
1717
public class TupleTest {

0 commit comments

Comments
 (0)