Skip to content

Commit

Permalink
[maven-release-plugin] prepare release open-bpmn-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Aug 31, 2024
1 parent 466d9f6 commit da62f5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
9 changes: 3 additions & 6 deletions open-bpmn.glsp-server/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.imixs.bpmn</groupId>
<artifactId>open-bpmn</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<artifactId>open-bpmn.server</artifactId>
<name>Open BPMN - Server</name>
Expand Down Expand Up @@ -136,8 +134,7 @@
<version>3.2.4</version>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openbpmn.glsp.launch.BPMNServerLauncher</mainClass>
<manifestEntries>
<Multi-Release>true</Multi-Release>
Expand Down
6 changes: 2 additions & 4 deletions open-bpmn.metamodel/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.imixs.bpmn</groupId>
<artifactId>open-bpmn</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<artifactId>open-bpmn.metamodel</artifactId>
<name>Open BPMN - Metamodel</name>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.imixs.bpmn</groupId>
<artifactId>open-bpmn</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>
<name>Open BPMN</name>
<description>The Open BPMN Modeling Platform</description>
Expand Down Expand Up @@ -66,7 +64,7 @@ terms of the Eclipse Public License v. 2.0
<connection>scm:git:git@github.com:imixs/open-bpmn.git</connection>
<developerConnection>scm:git:git@github.com:imixs/open-bpmn.git</developerConnection>
<url>https://github.com/imixs/open-bpmn/</url>
<tag>open-bpmn-1.0.4</tag>
<tag>open-bpmn-1.2.1</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down

0 comments on commit da62f5b

Please sign in to comment.