Skip to content

Commit

Permalink
Switch to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed Apr 11, 2017
1 parent b58eeb3 commit b2875fe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions features/io.github.abelgomez.cpntools.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="io.github.abelgomez.cpntools.feature"
label="CPN Tools Support"
version="0.2.0.qualifier"
version="0.2.1.qualifier"
provider-name="Abel Gómez">

<description url="https://github.com/abelgomez/cpntools.toolkit">
Expand Down Expand Up @@ -122,14 +122,14 @@ This Agreement is governed by the laws of the State of New York and the intellec
id="io.github.abelgomez.cpntools"
download-size="0"
install-size="0"
version="0.2.0.qualifier"
version="0.2.1.qualifier"
unpack="false"/>

<plugin
id="io.github.abelgomez.cpntools.io"
download-size="0"
install-size="0"
version="0.2.0.qualifier"
version="0.2.1.qualifier"
unpack="false"/>

</feature>
4 changes: 2 additions & 2 deletions features/io.github.abelgomez.cpntools.sdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="io.github.abelgomez.cpntools.sdk.feature"
label="CPN Tools Support SDK"
version="0.2.0.qualifier"
version="0.2.1.qualifier"
provider-name="Abel Gómez">

<description url="https://github.com/abelgomez/cpntools.toolkit">
Expand Down Expand Up @@ -128,7 +128,7 @@ This Agreement is governed by the laws of the State of New York and the intellec
id="io.github.abelgomez.cpntools.io.test"
download-size="0"
install-size="0"
version="0.2.0.qualifier"
version="0.2.1.qualifier"
unpack="false"/>

</feature>
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: CPN Tools I/O Test Plug-in
Bundle-SymbolicName: io.github.abelgomez.cpntools.io.test
Bundle-Version: 0.2.0.qualifier
Bundle-Version: 0.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.12.0",
io.github.abelgomez.cpntools.io;bundle-version="0.1.0"
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: CPN Tools I/O Plug-in
Bundle-SymbolicName: io.github.abelgomez.cpntools.io
Bundle-Version: 0.2.0.qualifier
Bundle-Version: 0.2.1.qualifier
Bundle-Vendor: Abel Gómez
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: io.github.abelgomez.cpntools;bundle-version="0.1.0";visibility:=reexport
Expand Down
2 changes: 1 addition & 1 deletion plugins/io.github.abelgomez.cpntools/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: io.github.abelgomez.cpntools;singleton:=true
Bundle-Version: 0.2.0.qualifier
Bundle-Version: 0.2.1.qualifier
Bundle-ClassPath: .,
lib/bundles/guava-19.0.jar,
lib/jars/jung-algorithms-2.1.1.jar,
Expand Down

0 comments on commit b2875fe

Please sign in to comment.