JetBrains / MPS-extensions

MPS-extensions aims to ease language development within MPS.
https://jetbrains.github.io/MPS-extensions/
Apache License 2.0
80 stars 49 forks source link

#720 add a SPDX compliant license and organization into the published mps-extensions pom #721

Closed KemalSoysal closed 6 months ago

KemalSoysal commented 8 months ago

closing #720

KemalSoysal commented 8 months ago

LGTM, although I can't find a build with the published pom to check.

https://artifacts.itemis.cloud/repository/maven-mps/de%2Fitemis%2Fmps%2Fextensions%2F2022.3.2696.5d0121e%2Fextensions-2022.3.2696.5d0121e.pom

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.itemis.mps</groupId>
  <artifactId>extensions</artifactId>
  <version>2022.3.2696.5d0121e</version>
  <packaging>zip</packaging>
  <organization>
    <name>JetBrains s.r.o</name>
    <url>https://www.jetbrains.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>com.jetbrains</groupId>
      <artifactId>mps</artifactId>
      <version>2022.3.1</version>
      <type>zip</type>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
alexanderpann commented 6 months ago

Closing in favor of https://github.com/JetBrains/MPS-extensions/pull/777. There seems to be something wrong with the commit history.