Skip to content

Commit

Permalink
reverting plugin pom file, to illustrate problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelkhoury committed Feb 15, 2021
1 parent 8293875 commit 8e521bc
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions org.eclipse.lyo.oslc4j.plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,15 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<!-- <parent>
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> -->
<groupId>org.eclipse.lyo.tools</groupId>
</parent>
<artifactId>org.eclipse.lyo.oslc4j.plugins</artifactId>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<maven.compiler.release>11</maven.compiler.release>
<tycho.version>2.2.0</tycho.version>
<eclipse.cbi>1.1.7</eclipse.cbi>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<p2.repo>http://download.eclipse.org/releases/2020-12</p2.repo>
<lyo.version>4.1.0-SNAPSHOT</lyo.version>
</properties>
<build>
Expand Down

0 comments on commit 8e521bc

Please sign in to comment.