Skip to content

Commit

Permalink
3.8.0 Release Candidate 1
Browse files Browse the repository at this point in the history
Temporary update of app version and JavaDoc API version
  • Loading branch information
dotasek committed Mar 14, 2018
1 parent cc6c0ff commit 527573c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.cytoscape</groupId>
<artifactId>cy-rest</artifactId>

<version>3.8.0</version>
<version>3.8.0-RC1</version>

<packaging>bundle</packaging>
<name>cyREST</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class CyRESTConstants {

public final static String ANY_SERVICE_FILTER = "(&(objectClass=*)(!(com.eclipsesource.jaxrs.publish=false)))";

public final static String CYTOSCAPE_API_VERSION = "3.6.1";
public final static String CYTOSCAPE_API_VERSION = "3.6.0";

public final static String CY_REST_CI_ROOT = "urn:cytoscape:ci:cyrest-core:v1";
public final static String CY_REST_CI_ERROR_ROOT = "errors";
Expand Down

0 comments on commit 527573c

Please sign in to comment.