We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a41732 commit 5d67c80Copy full SHA for 5d67c80
1 file changed
pom.xml
@@ -129,18 +129,18 @@
129
<dependency>
130
<groupId>${project.groupId}</groupId>
131
<artifactId>server</artifactId>
132
- <version>4.1.3-SNAPSHOT</version>
+ <version>4.1.3</version>
133
</dependency>
134
135
136
<artifactId>client</artifactId>
137
- <version>4.0.5-SNAPSHOT</version>
+ <version>4.0.5</version>
138
<classifier>classes</classifier>
139
140
141
142
143
144
<type>war</type>
145
146
<!-- required by jsonld-java - version same as Jersey's HTTP Client -->
0 commit comments