Skip to content

Commit

Permalink
TEIIDDES-1575 Fixes version issue with teiid importer pom and plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrillin committed Apr 15, 2013
1 parent 4b05852 commit 87e013f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.teiid.designer.teiidimporter.ui;singleton:=true
Bundle-Version: 8.0.0.qualifier
Bundle-Version: 8.1.0.qualifier
Bundle-Activator: org.teiid.designer.teiidimporter.ui.Activator
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.teiid.designer.teiidimporter.ui/pom.xml
Expand Up @@ -7,8 +7,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<version>0.0.4-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.designer.transformation.ui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<artifactId>org.teiid.designer.teiidimporter.ui</artifactId>
<version>8.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down

0 comments on commit 87e013f

Please sign in to comment.