We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1c6a5 commit a8fd698Copy full SHA for a8fd698
pom.xml
@@ -135,18 +135,18 @@
135
<dependency>
136
<groupId>${project.groupId}</groupId>
137
<artifactId>server</artifactId>
138
- <version>4.1.12-SNAPSHOT</version>
+ <version>4.1.12</version>
139
</dependency>
140
141
142
<artifactId>client</artifactId>
143
- <version>4.2.2-SNAPSHOT</version>
+ <version>4.2.2</version>
144
<classifier>classes</classifier>
145
146
147
148
149
150
<type>war</type>
151
152
<!-- required by jsonld-java - version same as Jersey's HTTP Client -->
0 commit comments