We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6593a commit 8462544Copy full SHA for 8462544
pom.xml
@@ -5,24 +5,17 @@
5
<parent>
6
<groupId>com.spotify</groupId>
7
<artifactId>foss-root</artifactId>
8
- <version>16</version>
+ <version>17</version>
9
</parent>
10
11
<artifactId>hamcrest</artifactId>
12
+ <version>1.3.4-SNAPSHOT</version>
13
<packaging>pom</packaging>
14
+ <url>https://github.com/spotify/java-hamcrest</url>
15
+
16
<properties>
17
<auto-value.version>1.10.2</auto-value.version>
18
</properties>
- <version>1.3.4-SNAPSHOT</version>
- <url>https://github.com/spotify/java-hamcrest</url>
-
19
- <licenses>
20
- <license>
21
- <name>The Apache Software License, Version 2.0</name>
22
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
23
- <distribution>repo</distribution>
24
- </license>
25
- </licenses>
26
27
<developers>
28
<developer>
0 commit comments