Skip to content

Commit

Permalink
Releasing v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Jul 9, 2021
1 parent 0f4b02c commit 439069e
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/77e46a36db0e475a81d674f2c72aff1a)](https://www.codacy.com/app/javier-fernandes/wollok?utm_source=github.com&utm_medium=referral&utm_content=uqbar-project/wollok&utm_campaign=Badge_Grade)
[![Travis](https://travis-ci.org/uqbar-project/wollok.svg?branch=master)](https://travis-ci.org/uqbar-project/wollok?branch=master)
[![Coverage Status](https://coveralls.io/repos/uqbar-project/wollok/badge.svg?branch=master)](https://coveralls.io/r/uqbar-project/wollok?branch=master)

[![Java CI](https://github.com/uqbar-project/wollok/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/uqbar-project/wollok/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/uqbar-project/wollok/badge.svg?branch=dev)](https://coveralls.io/r/uqbar-project/wollok?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/uqbar-project/wollok?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

<h1>
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: 2.0.2
Bundle-Version: 3.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.junit,
org.osgi.framework,
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: 2.0.2
Bundle-Version: 3.0.0
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.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: 2.0.2
Bundle-Version: 3.0.0
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.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: 2.0.2
Bundle-Version: 3.0.0
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/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: 2.0.2
Bundle-Version: 3.0.0
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 2.0.2&#x0A;&#x0A;http://uqbar-project.org&#x0A;http://wollok.org&#x0A;&#x0A;© Copyright 2014-2020, Uqbar Project Foundation, All rights reserved">
value="Wollok Programming Language and IDE&#x0A;Version 3.0.0&#x0A;&#x0A;http://uqbar-project.org&#x0A;http://wollok.org&#x0A;&#x0A;© Copyright 2014-2021, Uqbar Project Foundation, All rights reserved">
</property>
<property
name="windowImages"
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="2.0.2"
version="3.0.0"
provider-name="Uqbar Foundation"
os="linux,macosx,win32">

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: 2.0.2
Bundle-Version: 3.0.0
Bundle-ClassPath: lib/mockito-all-1.9.5.jar,
lib/lipermi-0-4-2.jar,
.
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: 2.0.2
Bundle-Version: 3.0.0
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/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: 2.0.2
Bundle-Version: 3.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.uqbar.project.wollok,
org.eclipse.xtend.lib,
Expand Down
2 changes: 1 addition & 1 deletion org.uqbar.project.wollok.ui.diagrams/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.ui,
org.uqbar.project.wollok.ui.launch,
org.uqbar.project.wollok.ui
Bundle-Activator: org.uqbar.project.wollok.ui.diagrams.classes.WollokDiagramsPlugin
Bundle-Version: 2.0.2
Bundle-Version: 3.0.0
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.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: 2.0.2
Bundle-Version: 3.0.0
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/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: 2.0.2
Bundle-Version: 3.0.0
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.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_2.0.2.jar" id="org.uqbar.project.wollok.sdk" version="2.0.2" os="linux,macosx,win32">
<feature url="features/org.uqbar.project.wollok.sdk_3.0.0.jar" id="org.uqbar.project.wollok.sdk" version="3.0.0" os="linux,macosx,win32">
<category name="Wollok"/>
</feature>
<category-def name="Wollok" label="Wollok">
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="2.0.2" 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="3.0.0" 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 2.0.2
Version 3.0.0

http://www.uqbar.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: 2.0.2
Bundle-Version: 3.0.0
Bundle-ClassPath: .
Bundle-SymbolicName: org.uqbar.project.wollok;singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package org.uqbar.project.wollok
// THIS GETS UPDATED BY OUT BASH SCRIPT
class Wollok {

public static val VERSION = "2.0.2"
public static val VERSION = "3.0.0"

}
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: 2.0.2
Bundle-Version: 3.0.0
Bundle-ClassPath: .
Bundle-SymbolicName: org.uqbar.project.xinterpreter;singleton:=true
Bundle-ActivationPolicy: lazy
Expand Down

0 comments on commit 439069e

Please sign in to comment.