Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imixs-micro-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Oct 18, 2024
1 parent b43318b commit 0da0a6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
6 changes: 2 additions & 4 deletions imixs-micro-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,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">
<parent>
<artifactId>imixs-micro</artifactId>
<groupId>org.imixs.workflow</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>imixs-micro-client</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions imixs-micro-engine/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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 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>
<artifactId>imixs-micro</artifactId>
<groupId>org.imixs.workflow</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>imixs-micro-engine</artifactId>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-micro</artifactId>
Expand All @@ -12,7 +10,7 @@


<name>imixs-micro</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<description>Imixs Micro Workflow Service</description>
<url>https://github.com/imixs/imixs-micro</url>
<organization>
Expand Down Expand Up @@ -41,7 +39,8 @@
<connection>scm:git:https://github.com/imixs/imixs-micro.git</connection>
<developerConnection>scm:git:https://github.com/imixs/imixs-micro.git</developerConnection>
<url>https://github.com/imixs/imixs-micro/</url>
</scm>
<tag>imixs-micro-1.0.0</tag>
</scm>

<issueManagement>
<system>GitHub</system>
Expand Down

0 comments on commit 0da0a6a

Please sign in to comment.