We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddba03 commit ed66f8dCopy full SHA for ed66f8d
1 file changed
pom.xml
@@ -7,7 +7,7 @@
7
<properties>
8
<maven.compiler.source>8</maven.compiler.source>
9
<maven.compiler.target>8</maven.compiler.target>
10
- <buildVersion>1.0.0-SNAPSHOT</buildVersion>
+ <buildVersion>1.0.1-SNAPSHOT</buildVersion>
11
</properties>
12
13
<groupId>org.javawebstack</groupId>
@@ -40,18 +40,11 @@
40
<url>https://github.com/JavaWebStack/http-server/tree/master</url>
41
</scm>
42
43
- <repositories>
44
- <repository>
45
- <id>javawebstack</id>
46
- <url>https://repo.javawebstack.org</url>
47
- </repository>
48
- </repositories>
49
-
50
<dependencies>
51
<dependency>
52
53
<artifactId>validator</artifactId>
54
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
55
</dependency>
56
57
<groupId>org.eclipse.jetty</groupId>
0 commit comments