Skip to content

Commit e0a6b34

Browse files
committed
[maven-release-plugin] prepare release imixs-workflow-6.1.3
1 parent 809885d commit e0a6b34

File tree

7 files changed

+16
-31
lines changed

7 files changed

+16
-31
lines changed

imixs-workflow-core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<parent>
53
<artifactId>imixs-workflow</artifactId>
64
<groupId>org.imixs.workflow</groupId>
7-
<version>6.1.3-SNAPSHOT</version>
5+
<version>6.1.3</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>imixs-workflow-core</artifactId>

imixs-workflow-engine/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<parent>
53
<artifactId>imixs-workflow</artifactId>
64
<groupId>org.imixs.workflow</groupId>
7-
<version>6.1.3-SNAPSHOT</version>
5+
<version>6.1.3</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>imixs-workflow-engine</artifactId>

imixs-workflow-faces/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<parent>
53
<artifactId>imixs-workflow</artifactId>
64
<groupId>org.imixs.workflow</groupId>
7-
<version>6.1.3-SNAPSHOT</version>
5+
<version>6.1.3</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>imixs-workflow-faces</artifactId>

imixs-workflow-index-lucene/pom.xml

Lines changed: 2 additions & 4 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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<parent>
64
<groupId>org.imixs.workflow</groupId>
75
<artifactId>imixs-workflow</artifactId>
8-
<version>6.1.3-SNAPSHOT</version>
6+
<version>6.1.3</version>
97
</parent>
108
<artifactId>imixs-workflow-index-lucene</artifactId>
119
<name>Search Index Apache Lucene</name>

imixs-workflow-index-solr/pom.xml

Lines changed: 2 additions & 4 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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<parent>
64
<groupId>org.imixs.workflow</groupId>
75
<artifactId>imixs-workflow</artifactId>
8-
<version>6.1.3-SNAPSHOT</version>
6+
<version>6.1.3</version>
97
</parent>
108
<artifactId>imixs-workflow-index-solr</artifactId>
119
<name>Search Index Apache Solr</name>

imixs-workflow-jax-rs/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<parent>
53
<artifactId>imixs-workflow</artifactId>
64
<groupId>org.imixs.workflow</groupId>
7-
<version>6.1.3-SNAPSHOT</version>
5+
<version>6.1.3</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>imixs-workflow-jax-rs</artifactId>

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>org.imixs.workflow</groupId>
64
<artifactId>imixs-workflow</artifactId>
75
<name>Imixs Workflow</name>
86
<packaging>pom</packaging>
9-
<version>6.1.3-SNAPSHOT</version>
7+
<version>6.1.3</version>
108

119
<modules>
1210
<module>imixs-workflow-core</module>
@@ -79,7 +77,7 @@
7977
<connection>scm:git:git@github.com:imixs/imixs-workflow.git</connection>
8078
<developerConnection>scm:git:git@github.com:imixs/imixs-workflow.git</developerConnection>
8179
<url>https://github.com/imixs/imixs-workflow/</url>
82-
<tag>HEAD</tag>
80+
<tag>imixs-workflow-6.1.3</tag>
8381
</scm>
8482

8583
<issueManagement>
@@ -207,8 +205,7 @@
207205
<stylesheet>${project.basedir}/src/site/site-to-sitemap.xsl</stylesheet>
208206
<outputDir>${project.build.directory}/site</outputDir>
209207
<fileMappers>
210-
<fileMapper
211-
implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
208+
<fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
212209
<targetExtension>.xml</targetExtension>
213210
</fileMapper>
214211
</fileMappers>

0 commit comments

Comments
 (0)