Skip to content

Commit

Permalink
Push changes upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
vhalbert committed May 11, 2016
1 parent 4016989 commit c3a8f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions modules/teiid-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
</dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid</artifactId>
<classifier>jdbc</classifier>
<artifactId>teiid-jdbc</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.org.jboss.integration-platform>6.0.0.CR30</version.org.jboss.integration-platform>
<version.org.jboss.teiid>8.12.0.Final</version.org.jboss.teiid>
<version.org.jboss.teiid>8.12.5</version.org.jboss.teiid>


<version.jetty>8.1.7.v20120910</version.jetty>
Expand Down Expand Up @@ -91,9 +91,8 @@
</dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid</artifactId>
<artifactId>teiid-jdbc</artifactId>
<version>${version.org.jboss.teiid}</version>
<classifier>jdbc</classifier>
</dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
Expand Down

0 comments on commit c3a8f68

Please sign in to comment.