yesamer commented on code in PR #6412: URL: https://github.com/apache/incubator-kie-drools/pull/6412#discussion_r2413664502
########## kie-yard/pom.xml: ########## @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <parent> + <groupId>org.kie</groupId> + <artifactId>drools-build-parent</artifactId> + <version>999-SNAPSHOT</version> + <relativePath>../build-parent</relativePath> + </parent> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.kie</groupId> + <artifactId>kie-yard</artifactId> + <version>999-SNAPSHOT</version> + <packaging>pom</packaging> + + <name>KIE :: Yard - YAML Rules DSL</name> + <description>Yet another Rules DSL (YaRD) - A YAML-based domain-specific language for defining business rules</description> + + <url>http://drools.org</url> + <inceptionYear>2022</inceptionYear> + <organization> + <name>JBoss by Red Hat</name> + <url>http://www.jboss.org/</url> + </organization> + + <licenses> + <license> + <name>Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + + <scm> + <connection>scm:git:https://github.com/kiegroup/yard.git</connection> + <developerConnection>scm:git:[email protected]:kiegroup/yard.git</developerConnection> + <url>https://github.com/kiegroup/yard</url> Review Comment: @Rikkola THose looks not correct as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
