Skip to content

Commit

Permalink
Switch parent pom. Add correct license info.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Jun 9, 2020
1 parent 7fbed7e commit 6fefa77
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,29 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.6</version>
<relativePath/>
<groupId>jakarta.el</groupId>
<artifactId>el-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<groupId>jakarta.el</groupId>
<artifactId>expression-language-spec</artifactId>
<version>4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Expression Language Specification</name>
<description>Jakarta Expression Language - Specification</description>
<url>https://projects.eclipse.org/projects/ee4j.el</url>

<licenses>
<license>
<name>Eclipse Foundation Specification License – v1.0</name>
<url>https://www.eclipse.org/legal/efsl.php</url>
<distribution>repo</distribution>
</license>
</licenses>

<properties>
<site.output.dir>${project.build.directory}/staging</site.output.dir>
<maven.site.skip>true</maven.site.skip>
Expand Down

0 comments on commit 6fefa77

Please sign in to comment.