Commit 38daef17 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Updating the GST version in the API bootstrapping service (fix for #76)

parent 905faa76
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ public class BootstrapRepository {
		} else { //check if we have the latest version of GST
			if (ADDGST) {
				ServiceCategory scategory = this.categRepoService.findByName("Generic Services");
				ServiceSpecification serviceSpecificationObj = this.specRepoService.findByNameAndVersion( GST_EXAMPLE_NAME , "5.0.0");
				ServiceSpecification serviceSpecificationObj = this.specRepoService.findByNameAndVersion( GST_EXAMPLE_NAME , "10.0.0");
				
				if ( ( scategory != null ) &&  ( serviceSpecificationObj == null ))
				{