Skip to content

Commit

Permalink
Updates target platform to 4.5.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Richardson committed Aug 15, 2017
1 parent 10e748f commit c29a7a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<td.tpc.groupId>org.jboss.tools.integration-stack</td.tpc.groupId>
<td.tpc.artifactId>target-platform</td.tpc.artifactId>
<td.tpc.version>4.4.3.Final</td.tpc.version>
<td.tpc.version>4.5.0.Final</td.tpc.version>
<td.tpc.type>target</td.tpc.type>
<td.tpc.classifier>base</td.tpc.classifier>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1146,4 +1146,10 @@ public boolean hasBuildConfig(String configName) throws CoreException {
// TODO Auto-generated method stub
return false;
}

@Override
public void clearCachedDynamicReferences() {
// TODO Auto-generated method stub

}
}

0 comments on commit c29a7a4

Please sign in to comment.