Skip to content

Commit

Permalink
Fix and clean-up POMs (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
psiroky authored and etirelli committed Nov 7, 2016
1 parent 7322d5d commit 2f4e996
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 26 deletions.
3 changes: 1 addition & 2 deletions kie-dmn-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>kie-dmn</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-dmn</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>kie-dmn-api</artifactId>

<packaging>jar</packaging>

<name>KIE :: Decision Model Notation :: API</name>
Expand Down
4 changes: 1 addition & 3 deletions kie-dmn-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>kie-dmn</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-dmn</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>kie-dmn-backend</artifactId>

<packaging>jar</packaging>

<name>KIE :: Decision Model Notation :: Backend</name>


<dependencies>
<dependency>
<groupId>org.kie</groupId>
Expand Down
4 changes: 0 additions & 4 deletions kie-dmn-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@
</parent>

<artifactId>kie-dmn-core</artifactId>

<packaging>jar</packaging>

<name>KIE :: Decision Model Notation :: Core</name>

<dependencyManagement>
<!-- Important: Do not add any additional dependency versions here!
The dependency management should only import drools-bom and kie-third-party-bom to get the proper versions
it needs. Any additional 3rd party dependency versions need to go directly into kie-third-party-bom. -->
<dependencies>
<dependency>
<groupId>org.drools</groupId>
Expand Down
13 changes: 0 additions & 13 deletions kie-dmn-feel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
<version>7.0.0-SNAPSHOT</version>
</parent>

<groupId>org.kie</groupId>
<artifactId>kie-dmn-feel</artifactId>
<version>7.0.0-SNAPSHOT</version>

<packaging>jar</packaging>

<name>KIE :: Decision Model Notation :: FEEL</name>
Expand Down Expand Up @@ -77,7 +74,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<instructions>
<Import-Package>
Expand Down Expand Up @@ -109,15 +105,6 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
1 change: 0 additions & 1 deletion kie-dmn-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</parent>

<artifactId>kie-dmn-model</artifactId>

<packaging>jar</packaging>

<name>KIE :: Decision Model Notation :: Model</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
</repositories>

<scm>
<connection>scm:git:https://github.com/droolsjbpm/droolsjbpm-knowledge.git</connection>
<developerConnection>scm:git:git@github.com:droolsjbpm/droolsjbpm-knowledge.git</developerConnection>
<url>https://github.com/droolsjbpm/droolsjbpm-knowledge</url>
<connection>scm:git:https://github.com/droolsjbpm/kie-dmn.git</connection>
<developerConnection>scm:git:git@github.com:droolsjbpm/kie-dmn.git</developerConnection>
<url>https://github.com/droolsjbpm/kie-dmn</url>
</scm>

<modules>
Expand Down

0 comments on commit 2f4e996

Please sign in to comment.