Skip to content

Commit

Permalink
started version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed May 11, 2023
1 parent d9b9a64 commit 60f7a0a
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.5",
"version": "1.0.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 2 additions & 2 deletions open-bpmn.glsp-client/open-bpmn-app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "open-bpmn-app",
"version": "0.9.5",
"version": "1.0.0",
"description": "Web App for Open BPMN",
"license": "(GPL-3.0)",
"dependencies": {
"@open-bpmn/open-bpmn-theia": "0.9.5",
"@open-bpmn/open-bpmn-theia": "1.0.0",
"@theia/core": "1.34.0",
"@theia/editor": "1.34.0",
"@theia/filesystem": "1.34.0",
Expand Down
6 changes: 3 additions & 3 deletions open-bpmn.glsp-client/open-bpmn-glsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-bpmn/open-bpmn-glsp",
"version": "0.9.5",
"version": "1.0.0",
"description": "GLSP diagrams for BPMN 2.0",
"license": "(GPL-3.0)",
"keywords": [
Expand All @@ -25,8 +25,8 @@
],
"dependencies": {
"@eclipse-glsp/client": "1.1.0-RC04",
"@open-bpmn/open-bpmn-model": "0.9.5",
"@open-bpmn/open-bpmn-properties": "0.9.5",
"@open-bpmn/open-bpmn-model": "1.0.0",
"@open-bpmn/open-bpmn-properties": "1.0.0",
"balloon-css": "^0.5.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/open-bpmn-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-bpmn/open-bpmn-model",
"version": "0.9.5",
"version": "1.0.0",
"description": "GLSP model for BPMN 2.0",
"license": "(GPL-3.0)",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions open-bpmn.glsp-client/open-bpmn-properties/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@open-bpmn/open-bpmn-properties",
"version": "0.9.5",
"version": "1.0.0",
"description": "GLSP property panel for BPMN 2.0",
"license": "(GPL-3.0)",
"dependencies": {
"@eclipse-glsp/client": "1.1.0-RC04",
"@open-bpmn/open-bpmn-model": "0.9.5",
"@open-bpmn/open-bpmn-model": "1.0.0",
"@jsonforms/core": "3.0.0",
"@jsonforms/react": "3.0.0",
"@jsonforms/vanilla-renderers": "3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions open-bpmn.glsp-client/open-bpmn-theia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-bpmn/open-bpmn-theia",
"version": "0.9.5",
"version": "1.0.0",
"description": "Theia extension for the BPMN GLSP Client",
"license": "(GPL-3.0)",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"server"
],
"dependencies": {
"@open-bpmn/open-bpmn-glsp": "0.9.5",
"@open-bpmn/open-bpmn-glsp": "1.0.0",
"@eclipse-glsp/theia-integration": "1.1.0-RC04"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const DEFAULT_PORT = 5007;
export const PORT_ARG_KEY = 'GLSP_PORT';
export const LOG_DIR = join(__dirname, '..', '..', 'logs');
const JAR_FILE = resolve(
join(__dirname, '..', '..', '..', '..', 'open-bpmn.glsp-server', 'target', 'open-bpmn.server-0.9.5-SNAPSHOT-glsp.jar')
join(__dirname, '..', '..', '..', '..', 'open-bpmn.glsp-server', 'target', 'open-bpmn.server-1.0.0-SNAPSHOT-glsp.jar')
);

@injectable()
Expand Down
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "parent",
"version": "0.9.5",
"version": "1.0.0",
"description": "Open BPMN 2.0",
"license": "EPL-2.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion open-bpmn.glsp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.imixs.bpmn</groupId>
<artifactId>open-bpmn</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>open-bpmn.server</artifactId>
<name>Open BPMN - Server</name>
Expand Down
2 changes: 1 addition & 1 deletion open-bpmn.metamodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.imixs.bpmn</groupId>
<artifactId>open-bpmn</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>open-bpmn.metamodel</artifactId>
<name>Open BPMN - Metamodel</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.imixs.bpmn</groupId>
<artifactId>open-bpmn</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Open BPMN</name>
<description>The Open BPMN Modeling Platform</description>
Expand Down

0 comments on commit 60f7a0a

Please sign in to comment.