Skip to content

Commit f91a1a6

Browse files
committed
Upped the version number to 1.4.2
1 parent f3363a6 commit f91a1a6

File tree

75 files changed

+84
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+84
-84
lines changed

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.milyn</groupId>
66
<artifactId>milyn</artifactId>
7-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
7+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
88
</parent>
99
<name>Milyn Commons</name>
1010
<groupId>org.milyn</groupId>

edi/ect/maven-ect-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>org.milyn</groupId>
66
<artifactId>milyn</artifactId>
7-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
7+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<name>Edifact Convertion Tool - Maven Plugin Mojo</name>
1111
<groupId>org.milyn</groupId>
1212
<artifactId>maven-ect-plugin</artifactId>
1313
<packaging>maven-plugin</packaging>
14-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
14+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
1515

1616
<dependencies>
1717

edi/ect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.milyn</groupId>
66
<artifactId>milyn</artifactId>
7-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
7+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Edifact Conversion Tool</name>

edi/edisax/parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.milyn</groupId>
77
<artifactId>milyn-edisax</artifactId>
8-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
8+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
99
</parent>
1010
<name>Milyn EdiSax Parser</name>
1111
<groupId>org.milyn</groupId>

edi/edisax/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.milyn</groupId>
77
<artifactId>milyn</artifactId>
8-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
8+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<name>Milyn EdiSax</name>
1212
<groupId>org.milyn</groupId>
1313
<artifactId>milyn-edisax</artifactId>
14-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
14+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
1515
<packaging>pom</packaging>
1616

1717
<properties>

edi/ejc/maven-ejc-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>org.milyn</groupId>
66
<artifactId>milyn</artifactId>
7-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
7+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<name>Edifact Java Compiler - Maven Plugin Mojo</name>
1111
<groupId>org.milyn</groupId>
1212
<artifactId>maven-ejc-plugin</artifactId>
1313
<packaging>maven-plugin</packaging>
14-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
14+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
1515

1616
<dependencies>
1717

edi/ejc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.milyn</groupId>
66
<artifactId>milyn</artifactId>
7-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
7+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<name>Edifact Java Compiler</name>

edi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.milyn</groupId>
66
<artifactId>milyn-edi</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
8+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
99
<name>Milyn EDI</name>
1010
<url>http://milyn.codehaus.org</url>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<groupId>org.milyn</groupId>
1111
<artifactId>milyn</artifactId>
1212
<packaging>pom</packaging>
13-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
13+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
1414
<name>Milyn (Base POM)</name>
1515
<url>http://milyn.codehaus.org</url>
1616

1717
<properties>
18-
<milyn.smooks.core.version.base>1.4.1</milyn.smooks.core.version.base> <!-- ## Smooks Version ## -->
18+
<milyn.smooks.core.version.base>1.4.2</milyn.smooks.core.version.base> <!-- ## Smooks Version ## -->
1919
<milyn.smooks.core.version>${milyn.smooks.core.version.base}</milyn.smooks.core.version> <!-- ## Smooks Version ## --> <!-- add/remove "-SNAPSHOT" here as necessary -->
2020

2121
<milyn.commons.version.base>${milyn.smooks.core.version.base}</milyn.commons.version.base>

scribe/adapter/hibernate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.milyn</groupId>
66
<artifactId>milyn-scribe-adapter</artifactId>
7-
<version>1.4.1</version> <!-- base pom version - do not remove this comment -->
7+
<version>1.4.2</version> <!-- base pom version - do not remove this comment -->
88
</parent>
99
<name>Milyn Scribe Hibernate adapter</name>
1010
<groupId>org.milyn</groupId>

0 commit comments

Comments
 (0)