Skip to content

Commit 5d67c80

Browse files
committed
Server bump to 4.1.3
Web-Client bump to 4.0.5
1 parent 1a41732 commit 5d67c80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,18 @@
129129
<dependency>
130130
<groupId>${project.groupId}</groupId>
131131
<artifactId>server</artifactId>
132-
<version>4.1.3-SNAPSHOT</version>
132+
<version>4.1.3</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>${project.groupId}</groupId>
136136
<artifactId>client</artifactId>
137-
<version>4.0.5-SNAPSHOT</version>
137+
<version>4.0.5</version>
138138
<classifier>classes</classifier>
139139
</dependency>
140140
<dependency>
141141
<groupId>${project.groupId}</groupId>
142142
<artifactId>client</artifactId>
143-
<version>4.0.5-SNAPSHOT</version>
143+
<version>4.0.5</version>
144144
<type>war</type>
145145
</dependency>
146146
<!-- required by jsonld-java - version same as Jersey's HTTP Client -->

0 commit comments

Comments
 (0)