Skip to content

Commit

Permalink
issue #47
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 10, 2016
1 parent e7949bd commit 8beaf8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.imixs.eclipse.bpmn2.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.imixs.eclipse.bpmn2.feature"
label="Imixs-BPMN Modeler"
version="1.4.0.qualifier"
version="1.4.1.qualifier"
provider-name="Imixs Software Solutions GmbH">
<install-handler/>

Expand Down
2 changes: 1 addition & 1 deletion org.imixs.eclipse.bpmn2.plugin/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: %pluginName
Bundle-SymbolicName: org.imixs.eclipse.bpmn2.plugin;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.4.1.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,11 @@

<repository>
<id>eclipse-bpmn2</id>

<!--
<url>http://download.eclipse.org/modeling/mdt/bpmn2/updates/mars/1.2.1/</url>
-->
<url>http://download.eclipse.org/bpmn2-modeler/updates/mars/1.2.3/</url>
<layout>p2</layout>
<snapshots>
<enabled>true</enabled>
Expand Down

0 comments on commit 8beaf8a

Please sign in to comment.