Skip to content

Commit

Permalink
Revert examples depenency version to the same as the parent
Browse files Browse the repository at this point in the history
  • Loading branch information
manstis committed Feb 8, 2013
1 parent 55fc1c9 commit faa3bb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drools-examples-api/default-kiesession-from-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>default-kiesession</artifactId>
<version>6.0.0.Alpha7</version>
<version>6.0.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion drools-examples-api/kiebase-inclusion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>named-kiesession</artifactId>
<version>6.0.0.Alpha7</version>
<version>6.0.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion drools-examples-cdi/cdi-example-with-inclusion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>cdi-example</artifactId>
<version>6.0.0.Alpha7</version>
<version>6.0.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit faa3bb0

Please sign in to comment.