File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
42 <modelVersion >4.0.0</modelVersion >
53 <parent >
64 <groupId >org.imixs.bpmn</groupId >
75 <artifactId >open-bpmn</artifactId >
8- <version >1.2.1-SNAPSHOT </version >
6+ <version >1.2.1</version >
97 </parent >
108 <artifactId >open-bpmn.server</artifactId >
119 <name >Open BPMN - Server</name >
136134 <version >3.2.4</version >
137135 <configuration >
138136 <transformers >
139- <transformer
140- implementation=" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
137+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
141138 <mainClass >org.openbpmn.glsp.launch.BPMNServerLauncher</mainClass >
142139 <manifestEntries >
143140 <Multi-Release >true</Multi-Release >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
42 <modelVersion >4.0.0</modelVersion >
53 <parent >
64 <groupId >org.imixs.bpmn</groupId >
75 <artifactId >open-bpmn</artifactId >
8- <version >1.2.1-SNAPSHOT </version >
6+ <version >1.2.1</version >
97 </parent >
108 <artifactId >open-bpmn.metamodel</artifactId >
119 <name >Open BPMN - Metamodel</name >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <groupId >org.imixs.bpmn</groupId >
75 <artifactId >open-bpmn</artifactId >
8- <version >1.2.1-SNAPSHOT </version >
6+ <version >1.2.1</version >
97 <packaging >pom</packaging >
108 <name >Open BPMN</name >
119 <description >The Open BPMN Modeling Platform</description >
@@ -66,7 +64,7 @@ terms of the Eclipse Public License v. 2.0
6664 <connection >scm:git:git@github.com:imixs/open-bpmn.git</connection >
6765 <developerConnection >scm:git:git@github.com:imixs/open-bpmn.git</developerConnection >
6866 <url >https://github.com/imixs/open-bpmn/</url >
69- <tag >open-bpmn-1.0.4 </tag >
67+ <tag >open-bpmn-1.2.1 </tag >
7068 </scm >
7169 <issueManagement >
7270 <system >GitHub</system >
You can’t perform that action at this time.
0 commit comments