Skip to content

Commit

Permalink
move internal modules versions of sources and javadocs to the droolsj…
Browse files Browse the repository at this point in the history
…bpm-parent pom for the update-versions-all.sh script to work
  • Loading branch information
ge0ffrey committed Aug 8, 2011
1 parent 2688ec8 commit d216e64
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions drools-distribution/pom.xml
Expand Up @@ -49,7 +49,6 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>knowledge-api</artifactId>
<version>${drools.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand All @@ -59,7 +58,6 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
<version>${drools.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand All @@ -69,7 +67,6 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
<version>${drools.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand All @@ -79,7 +76,6 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-jsr94</artifactId>
<version>${drools.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand All @@ -89,7 +85,6 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-clips</artifactId>
<version>${drools.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand All @@ -99,7 +94,6 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-verifier</artifactId>
<version>${drools.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand All @@ -109,7 +103,6 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-persistence-jpa</artifactId>
<version>${drools.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand All @@ -119,7 +112,6 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-templates</artifactId>
<version>${drools.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand All @@ -129,7 +121,6 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-decisiontables</artifactId>
<version>${drools.version}</version>
<classifier>sources</classifier>
</dependency>

Expand All @@ -141,15 +132,13 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-examples</artifactId>
<version>${drools.version}</version>
<classifier>sources</classifier>
</dependency>

<!-- Javadocs and documentation -->
<dependency>
<groupId>org.drools</groupId>
<artifactId>knowledge-api</artifactId>
<version>${drools.version}</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
Expand Down

0 comments on commit d216e64

Please sign in to comment.