Skip to content

Commit

Permalink
increment version after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
eljoujat committed Apr 3, 2016
1 parent c1d1d8b commit 9f043f2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion impexeditor.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: impexeditor Core Plugin
Bundle-SymbolicName: impexeditor.core;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.6.0
Bundle-Activator: org.eclipseplugins.impexeditor.core.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion impexeditor.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>eclipse-plugin</packaging>
<name>impexeditor :: core</name>
<description>impexeditor Core Plugin</description>
<version>1.0.0</version>
<version>1.6.0</version>
<groupId>ucf.lab.hybris</groupId>

</project>
Expand Down
4 changes: 2 additions & 2 deletions impexeditor.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="impexeditor.feature"
label="impexeditor Feature"
version="1.0.0">
version="1.6.0">

<description url="https://github.com/eljoujat/eclipseimpexeditor">
Impex is a hybris specific language in top of SQL to import/export
Expand Down Expand Up @@ -34,7 +34,7 @@ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRES
id="impexeditor.core"
download-size="0"
install-size="0"
version="1.0.0"
version="1.6.0"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion impexeditor.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<packaging>eclipse-feature</packaging>
<name>impexeditor :: feature</name>
<groupId>ucf.lab.hybris</groupId>
<version>1.0.0</version>
<version>1.6.0</version>
</project>
4 changes: 2 additions & 2 deletions impexeditor.site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<feature url="features/impexeditor.feature.source_0.0.0.jar" id="impexeditor.feature.source" version="0.0.0">
<category name="impexeditor Developer Resources"/>
</feature>
<feature url="features/impexeditor.feature_1.0.0.jar" id="impexeditor.feature" version="1.0.0">
<feature url="features/impexeditor.feature_1.6.0.jar" id="impexeditor.feature" version="1.6.0">
<category name="Impex"/>
</feature>
<bundle id="impexeditor.core" version="1.0.0">
<bundle id="impexeditor.core" version="1.6.0">
<category name="Impex"/>
</bundle>
<category-def name="Impex" label="Impex"/>
Expand Down
2 changes: 1 addition & 1 deletion impexeditor.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>impexeditor.site</artifactId>
<name>impexeditor :: update site</name>
<groupId>ucf.lab.hybris</groupId>
<version>1.0.0</version>
<version>1.6.0</version>
<issueManagement>
<system>git</system>
</issueManagement>
Expand Down

0 comments on commit 9f043f2

Please sign in to comment.