Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colameo committed Nov 3, 2016
1 parent 6345cfd commit e2314e5
Show file tree
Hide file tree
Showing 39 changed files with 48 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ script:
after_success:
- java -jar DirectoryCleaner.jar $BT_USER $BT_APIKEY jose-badeau boomslang-core updates
- bash -e ./deleteExistingP2Content.sh
- bash -e ./build.sh $BT_USER $BT_APIKEY jose-badeau boomslang-core updates 1.0.1 org.boomslang.repository/target/repository
- bash -e ./build.sh $BT_USER $BT_APIKEY jose-badeau boomslang-core updates 1.0.0 org.boomslang.repository/target/repository
env:
global:
- secure: hpmgIID85NVJjsuLsgodETrufORkxcYAgqT0vDxDDBZKWkBWusxz45AjtrqK2XN66P6sogd5iahaAHUA285IvlxaKoN8edJmGZquOsL9pmkjEutj4ug4Z5g59QI9gn/Zjz0R+6eZMGRxd7EJuVkHUv93U447IIf5Quiv5Xyv/ByWLzq6CYgBENETC8Bozr/1tVEZE1HD21hAFC2CCaN4WhEmojY+Av0cgbQYYxn9l4vbFjSSup2RWfaq88sGlm/aZkPagWCxN0RSu3w8in43jjnnAU8rD2lJhVqp1yHOJvY34CFlesbrPwL0owu7at+kOTUHxu5jHoegpiNHqxJOjFdFmfyK+Ct2oLp2/NpRWo66AgeOUB/Qw8m2JvqOmIilK+RUP41GZiW6yvXtlSMxBqmKexjKlrKGOTEm9cUskbIcJ1daQ9OIzfXcpoGOiC1nImmHutRRS/s2xiVZsfH37Ecm2fHPVApn4W2VosE1jASW9cSwZdZfJO4SLrC6fHsZ/ciYuVi4CxNYs7pr7wUKEBotC0tKYSNzwvFiTplvTToYBeckJ0OuMHbuTJ8l/IAUm+GVv5fHA9ZJIr/ncLRD7juPluJ9qXFu6n4UCF0swQYhT5doh1UNdnLOKcwXJNL9yr36WOMqilpY1cIImEB9U6F0oQmWouX1RObSnGfkHrQ=
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.core.ui/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: Boomslang UI
Bundle-SymbolicName: org.boomslang.core.ui;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-Activator: org.boomslang.core.ui.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.core.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.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: Boomslang Core
Bundle-SymbolicName: org.boomslang.core;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-Activator: org.boomslang.core.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.resources;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.boomslang.dsl.feature.feature"
label="Boomslang Feature Feature"
version="1.0.1.qualifier">
version="1.0.0">

<plugin
id="org.boomslang.dsl.feature"
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.boomslang.dsl.feature.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature.ide/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: Boomslang Feature DSL IDE
Bundle-Vendor: %providerName
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-SymbolicName: org.boomslang.dsl.feature.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext.ide,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.boomslang.dsl.feature.ide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature.tests/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: org.boomslang.dsl.feature.tests
Bundle-Vendor: %providerName
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-SymbolicName: org.boomslang.dsl.feature.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.boomslang.dsl.feature,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature.ui.tests/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: org.boomslang.dsl.feature.ui.tests
Bundle-Vendor: %providerName
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: org.boomslang.dsl.feature.ui.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.boomslang.dsl.feature.ui,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature.ui/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: org.boomslang.dsl.feature.ui
Bundle-Vendor: %providerName
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-SymbolicName: org.boomslang.dsl.feature.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.boomslang.dsl.feature,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature/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: org.boomslang.dsl.feature
Bundle-Vendor: %providerName
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-SymbolicName: org.boomslang.dsl.feature; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.boomslang.dsl.mapping.feature"
label="Boomslang Mapping Feature"
version="1.0.1.qualifier"
version="1.0.0"
provider-name="ESGroup AG">

<plugin
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping.ide/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: Boomslang Mapping DSL IDE
Bundle-Vendor: ESGroup AG
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-SymbolicName: org.boomslang.dsl.mapping.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.boomslang.dsl.mapping,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.boomslang.dsl.mapping.ide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping.tests/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: org.boomslang.dsl.mapping.tests
Bundle-Vendor: ESGroup AG
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-SymbolicName: org.boomslang.dsl.mapping.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.boomslang.dsl.mapping,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping.ui.tests/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: org.boomslang.dsl.mapping.ui.tests
Bundle-Vendor: ESGroup AG
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: org.boomslang.dsl.mapping.ui.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.boomslang.dsl.mapping.ui,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping.ui/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: Boomslang Mapping DSL UI
Bundle-Vendor: ESGroup AG
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-SymbolicName: org.boomslang.dsl.mapping.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.boomslang.dsl.mapping,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.boomslang.dsl.mapping.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping/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: org.boomslang.dsl.mapping
Bundle-Vendor: ESGroup AG
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-SymbolicName: org.boomslang.dsl.mapping; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext.xbase;resolution:=optional;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.dsl.mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.boomslang.feature"
label="Boomslang Test Generator"
version="1.0.1.qualifier"
version="1.0.0"
provider-name="ESGroup AG">

<description>
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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: Boomslang Generator Extension
Bundle-SymbolicName: org.boomslang.generator.feature.extension;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.xtext.xbase;resolution:=optional;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.generator.feature.extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.boomslang.feature_1.0.1.qualifier.jar" id="org.boomslang.feature" version="1.0.1.qualifier">
<feature url="features/org.boomslang.feature_1.0.0.jar" id="org.boomslang.feature" version="1.0.0">
<category name="org.boomslang"/>
</feature>
<category-def name="org.boomslang" label="Boomslang Test Generator">
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.standalone/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: org.boomslang.standalone
Bundle-SymbolicName: org.boomslang.standalone
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.0.qualifier
Require-Bundle: org.eclipse.emf.mwe2.launch;bundle-version="2.3.0",
org.eclipse.xtext;bundle-version="2.0",
org.eclipse.xtend;bundle-version="1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<!-- You should change this and the MANIFEST.MF to your versioning scheme -->
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.boomslang.targetplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>org.boomslang.targetplatform</artifactId>
Expand Down
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.boomslang</groupId>
<artifactId>org.boomslang</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>Boomslang</name>
<description>The Boomslang project.</description>
<packaging>pom</packaging>
Expand All @@ -23,6 +23,8 @@
<selenium.version>2.47.1</selenium.version>
<!-- https://[email protected]/szolgacs/birdseye_compare.git -->
<birdseye.version>1.0.0-SNAPSHOT</birdseye.version>
<maven.repo.id>bintray-repo-maven</maven.repo.id>
<maven.repo>https://api.bintray.com/maven/jose-badeau/boomslang-maven-repo/boomslang-core/;publish=1</maven.repo>
</properties>

<modules>
Expand All @@ -48,6 +50,13 @@

</modules>

<distributionManagement>
<repository>
<id>${maven.repo.id}</id>
<url>${maven.repo}</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>boomslang-wfs</id>
Expand Down

0 comments on commit e2314e5

Please sign in to comment.