Skip to content

Commit 2377124

Browse files
committed
[maven-release-plugin] prepare release open-bpmn-1.2.6
1 parent 8e13235 commit 2377124

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

open-bpmn.glsp-server/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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.6-SNAPSHOT</version>
6+
<version>1.2.6</version>
97
</parent>
108
<artifactId>open-bpmn.server</artifactId>
119
<name>Open BPMN - Server</name>
@@ -136,8 +134,7 @@
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>

open-bpmn.metamodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.imixs.bpmn</groupId>
55
<artifactId>open-bpmn</artifactId>
6-
<version>1.2.6-SNAPSHOT</version>
6+
<version>1.2.6</version>
77
</parent>
88
<artifactId>open-bpmn.metamodel</artifactId>
99
<name>Open BPMN - Metamodel</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.imixs.bpmn</groupId>
55
<artifactId>open-bpmn</artifactId>
6-
<version>1.2.6-SNAPSHOT</version>
6+
<version>1.2.6</version>
77
<packaging>pom</packaging>
88
<name>Open BPMN</name>
99
<description>The Open BPMN Modeling Platform</description>
@@ -64,7 +64,7 @@ terms of the Eclipse Public License v. 2.0
6464
<connection>scm:git:git@github.com:imixs/open-bpmn.git</connection>
6565
<developerConnection>scm:git:git@github.com:imixs/open-bpmn.git</developerConnection>
6666
<url>https://github.com/imixs/open-bpmn/</url>
67-
<tag>open-bpmn-1.0.4</tag>
67+
<tag>open-bpmn-1.2.6</tag>
6868
</scm>
6969
<issueManagement>
7070
<system>GitHub</system>

0 commit comments

Comments
 (0)