We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8fa2a commit 279d705Copy full SHA for 279d705
pom.xml
@@ -25,12 +25,12 @@
25
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26
27
<modelVersion>4.0.0</modelVersion>
28
-
+ <name>java-timestream</name>
29
<groupId>com.ginsberg</groupId>
30
<artifactId>java-timestream</artifactId>
31
<description>A set of builders that create streams of java.time objects</description>
32
<url>https://github.com/tginsberg/java-timestream</url>
33
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
34
<packaging>jar</packaging>
35
36
<issueManagement>
0 commit comments