Skip to content

Commit

Permalink
Releasing v1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Aug 25, 2019
1 parent 9f603fb commit f8277d8
Show file tree
Hide file tree
Showing 38 changed files with 44 additions and 43 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ after_success:
if [ $TRAVIS_PULL_REQUEST == "false" -a $TRAVIS_BRANCH == "master" ] ; then
cd scripts
chmod 777 ./updateRestOfWollokRepos
"./updateRestOfWollokRepos"
"./updateRestOfWollokRepos"
cd ..
fi
script:
- cd org.uqbar.project.wollok.releng/
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.game/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Wollok Game
Bundle-SymbolicName: org.uqbar.project.wollok.game
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.junit;version="4.11.0",
org.osgi.framework;version="1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.game/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.game</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.launch/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.uqbar.project.wollok.launch
Bundle-Vendor: Uqbar Project
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-SymbolicName: org.uqbar.project.wollok.launch;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.launch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.launch</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package org.uqbar.project.wollok.launch
// THIS GETS UPDATED BY OUT BASH SCRIPT
class Wollok {

public static val VERSION = "1.8.3"
public static val VERSION = "1.8.4"

}
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.lib/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Wollok Lib
Bundle-SymbolicName: org.uqbar.project.wollok.lib;singleton:=true
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-Activator: org.uqbar.project.wollok.lib.WollokLibActivator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.product.ui.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.uqbar.project.wollok.product.ui.feature"
label="Wollok Product UI Feature"
version="1.8.3"
version="1.8.4"
provider-name="Uqbar Project">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.product.ui.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.product.ui.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.product.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: Wollok Product UI Customizations
Bundle-SymbolicName: org.uqbar.project.wollok.product.ui;singleton:=true
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-Activator: org.uqbar.project.wollok.product.ui.WollokProductActivator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.product.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.product.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.product/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: Wollok Product
Bundle-SymbolicName: org.uqbar.project.wollok.product;singleton:=true
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-Vendor: Uqbar Project
Bundle-Localization: plugin
Require-Bundle: org.uqbar.project.wollok,
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.product/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</property>
<property
name="aboutText"
value="Wollok Programming Language and IDE&#x0A;Version 1.8.3&#x0A;&#x0A;http://uqbar-project.org&#x0A;http://wollok.org&#x0A;&#x0A;© Copyright 2014-2018, Uqbar Project Foundation, All rights reserved">
value="Wollok Programming Language and IDE&#x0A;Version 1.8.4&#x0A;&#x0A;http://uqbar-project.org&#x0A;http://wollok.org&#x0A;&#x0A;© Copyright 2014-2018, Uqbar Project Foundation, All rights reserved">
</property>
<property
name="windowImages"
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.product</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
<packaging>pom</packaging>
<name>Wollok Parent (Releng)</name>
<url>https://github.com/uqbar-project/wollok</url>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.sdk/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.uqbar.project.wollok.sdk"
label="Wollok Language Feature"
version="1.8.3"
version="1.8.4"
provider-name="Uqbar Foundation"
os="linux,macosx,win32">

Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.targetplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.targetplatform</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-ClassPath: lib/mockito-all-1.9.5.jar,
lib/lipermi-0-4-2.jar,
.
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.tests</artifactId>
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: Wollok Type System UI
Bundle-SymbolicName: org.uqbar.project.wollok.typeSystem.ui;singleton:=true
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.uqbar.project.wollok.ui,
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.typeSystem.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.typeSystem.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.typeSystem/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: Wollok's TypeSystem API
Bundle-SymbolicName: org.uqbar.project.wollok.typeSystem;singleton:=true
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.uqbar.project.wollok,
org.eclipse.xtend.lib;bundle-version="2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.typeSystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.typeSystem</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions org.uqbar.project.wollok.ui.diagrams/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
org.eclipse.xtext.ui;bundle-version="2.11.0",
org.eclipse.debug.ui;bundle-version="3.9.0",
org.eclipse.gef,
org.uqbar.project.wollok.launch;bundle-version="1.8.3",
org.uqbar.project.xinterpreter;bundle-version="1.8.3",
org.uqbar.project.wollok.ui.launch;bundle-version="1.8.3",
org.uqbar.project.wollok.ui;bundle-version="1.8.3"
org.uqbar.project.wollok.launch;bundle-version="1.8.4",
org.uqbar.project.xinterpreter;bundle-version="1.8.4",
org.uqbar.project.wollok.ui.launch;bundle-version="1.8.4",
org.uqbar.project.wollok.ui;bundle-version="1.8.4"
Bundle-Activator: org.uqbar.project.wollok.ui.diagrams.classes.WollokDiagramsPlugin
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Build-Jdk: 1.6.0_21
Bundle-Vendor: %Plugin.providerName
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.ui.diagrams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.ui.diagrams</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.ui.launch/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.uqbar.project.wollok.ui.launch
Bundle-Vendor: Uqbar Project
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-SymbolicName: org.uqbar.project.wollok.ui.launch;singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.ui.launch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.ui.launch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.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.uqbar.project.wollok.ui
Bundle-Vendor: Uqbar Project
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-SymbolicName: org.uqbar.project.wollok.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.updatesite/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.uqbar.project.wollok.sdk_1.8.3.jar" id="org.uqbar.project.wollok.sdk" version="1.8.3" os="linux,macosx,win32">
<feature url="features/org.uqbar.project.wollok.sdk_1.8.4.jar" id="org.uqbar.project.wollok.sdk" version="1.8.4" os="linux,macosx,win32">
<category name="Wollok"/>
</feature>
<category-def name="Wollok" label="Wollok">
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok.updatesite</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions org.uqbar.project.wollok.updatesite/wollok-product.product
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Wollok" uid="wollok-ide" id="org.uqbar.project.wollok.product.org_uqbar_project_wollok_product" application="org.eclipse.ui.ide.workbench" version="1.8.3" useFeatures="true" includeLaunchers="true">
<product name="Wollok" uid="wollok-ide" id="org.uqbar.project.wollok.product.org_uqbar_project_wollok_product" application="org.eclipse.ui.ide.workbench" version="1.8.4" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="/org.uqbar.project.wollok.product/icons/wollok-logo-about.fw.png"/>
<text>
Wollok Programming Language and IDE
Version 1.8.3
Version 1.8.4

http://uqbar-project.org
http://wollok.org
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-ClassPath: .
Bundle-SymbolicName: org.uqbar.project.wollok;singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.wollok</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.xinterpreter/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Uqbar XInterpreter
Bundle-Vendor: Uqbar Project
Bundle-Localization: plugin
Bundle-Version: 1.8.3.qualifier
Bundle-Version: 1.8.4.qualifier
Bundle-ClassPath: .
Bundle-SymbolicName: org.uqbar.project.xinterpreter;singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.xinterpreter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.uqbar.project.wollok.releng/pom.xml</relativePath>
<groupId>org.uqbar-project</groupId>
<artifactId>wollok-parent</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</parent>

<artifactId>org.uqbar.project.xinterpreter</artifactId>
Expand Down

0 comments on commit f8277d8

Please sign in to comment.