JustineKoa commented on a change in pull request #12042: URL: https://github.com/apache/beam/pull/12042#discussion_r447181488
########## File path: beam-ci/pom.xml ########## @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jenkins-ci.plugins</groupId> + <artifactId>plugin</artifactId> + <version>3.50</version> + <relativePath /> + </parent> + <groupId>io.jenkins.plugins</groupId> + <artifactId>beam-ci</artifactId> + <version>1.0-SNAPSHOT</version> + <packaging>hpi</packaging> + <properties> + <jenkins.version>2.176.4</jenkins.version> + <java.level>8</java.level> + </properties> + <name>Beam CI</name> + <licenses> + <license> + <name>MIT License</name> + <url>https://opensource.org/licenses/MIT</url> Review comment: Replacing the MIT license with this: ``` <license> <name>Apache Beam License</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
