]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d.repository/pom.xml
Adjust turn component radius with combo box (instead of index value)
[simantics/3d.git] / org.simantics.g3d.repository / pom.xml
index 308129686cb0c049e0a0e719d8f40096a400df97..6edaecee88b78c2e8d8fd663adb994301e95172c 100644 (file)
@@ -2,7 +2,7 @@
        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>
        <artifactId>org.simantics.g3d.repository</artifactId>
-       <version>1.31.0-SNAPSHOT</version>
+       <version>1.0.0-SNAPSHOT</version>
        <packaging>eclipse-repository</packaging>
 
        <parent>
                                                                                <ignore></ignore>
                                                                        </action>
                                                                </pluginExecution>
+                                                               <pluginExecution>
+                                                                       <pluginExecutionFilter>
+                                                                               <groupId>org.simantics</groupId>
+                                                                               <artifactId>
+                                                                                       graph-builder-maven-plugin
+                                                                               </artifactId>
+                                                                               <versionRange>
+                                                                                       [0.0.9,)
+                                                                               </versionRange>
+                                                                               <goals>
+                                                                                       <goal>compile-graphs</goal>
+                                                                               </goals>
+                                                                       </pluginExecutionFilter>
+                                                                       <action>
+                                                                               <ignore></ignore>
+                                                                       </action>
+                                                               </pluginExecution>
                                                        </pluginExecutions>
                                                </lifecycleMappingMetadata>
                                        </configuration>