]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Starting to run out of options with this one... 05/2105/1
authorjsimomaa <jani.simomaa@gmail.com>
Tue, 4 Sep 2018 12:59:43 +0000 (15:59 +0300)
committerjsimomaa <jani.simomaa@gmail.com>
Tue, 4 Sep 2018 12:59:43 +0000 (15:59 +0300)
gitlab #98

Change-Id: Id4a28c7d8565d163754624fc955be10895715aad

releng/io.grpc/pom.xml

index 57f6d03dfd1948384e3ee12a08e838de91b03abe..234fe12e47fdabe38d30a2f715ebbd27d2b49430 100644 (file)
@@ -1,21 +1,14 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.simantics</groupId>
-        <artifactId>org.simantics.sdk.build</artifactId>
-        <version>1.30.0</version>
-        <relativePath>../org.simantics.sdk.build/</relativePath>
-    </parent>
+    <properties>
+        <grpc.version>1.14.0</grpc.version>
+    </properties>
 
     <groupId>io.grpc</groupId>
     <artifactId>io.grpc</artifactId>
-    <version>${grpc.version}</version>
+    <version>1.14.0</version>
     <packaging>bundle</packaging>
-    
-    <properties>
-        <grpc.version>1.14.0</grpc.version>
-    </properties>
 
     <dependencies>
         <dependency>