You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
<modelVersion>4.0.0</modelVersion>
10
10
<groupId>com.github.jeffreyfalgout</groupId>
11
11
<artifactId>throwing-streams</artifactId>
12
-
<version>2.1.1-SNAPSHOT</version>
12
+
<version>2.1.1</version>
13
13
<packaging>jar</packaging>
14
14
<name>Throwing Streams</name>
15
15
<description>This project is an alternative API to java.util.stream and its various supporting interfaces that allows for checked exceptions to be thrown.</description>
0 commit comments