Skip to content

Commit 4653c12

Browse files
committed
updated version number to 1.5.1
1 parent 08a295b commit 4653c12

File tree

92 files changed

+93
-93
lines changed

Some content is hidden

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

92 files changed

+93
-93
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.5</version> <!-- base pom version - do not remove this comment -->
7+
<version>1.5.1</version> <!-- base pom version - do not remove this comment -->
88
</parent>
99
<name>Milyn Commons</name>
1010
<artifactId>milyn-commons</artifactId>

edi/ect/maven-ect-plugin/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-edi</artifactId>
7-
<version>1.5</version> <!-- base pom version - do not remove this comment -->
7+
<version>1.5.1</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>

edi/ect/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-edi</artifactId>
8-
<version>1.5</version> <!-- base pom version - do not remove this comment -->
8+
<version>1.5.1</version> <!-- base pom version - do not remove this comment -->
99
</parent>
1010
<name>Edifact Conversion Tool</name>
1111
<artifactId>milyn-smooks-ect</artifactId>

edi/edi-test/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</artifactId>
8-
<version>1.5</version> <!-- base pom version - do not remove this comment -->
8+
<version>1.5.1</version> <!-- base pom version - do not remove this comment -->
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<name>EDI Test Utilities</name>

edi/edi-utils/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-edi</artifactId>
8-
<version>1.5</version> <!-- base pom version - do not remove this comment -->
8+
<version>1.5.1</version> <!-- base pom version - do not remove this comment -->
99
</parent>
1010
<name>Edifact Utils</name>
1111
<artifactId>milyn-smooks-ediutils</artifactId>

edi/edisax/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-edi</artifactId>
8-
<version>1.5</version> <!-- base pom version - do not remove this comment -->
8+
<version>1.5.1</version> <!-- base pom version - do not remove this comment -->
99
</parent>
1010
<name>Milyn EdiSax Parser</name>
1111
<artifactId>milyn-edisax-parser</artifactId>

edi/ejc/maven-ejc-plugin/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-edi</artifactId>
7-
<version>1.5</version> <!-- base pom version - do not remove this comment -->
7+
<version>1.5.1</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>

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.5</version> <!-- base pom version - do not remove this comment -->
7+
<version>1.5.1</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
<parent>
66
<groupId>org.milyn</groupId>
77
<artifactId>milyn</artifactId>
8-
<version>1.5</version> <!-- base pom version - do not remove this comment -->
8+
<version>1.5.1</version> <!-- base pom version - do not remove this comment -->
99
</parent>
1010
<artifactId>milyn-edi</artifactId>
1111
<packaging>pom</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>org.milyn</groupId>
1313
<artifactId>milyn</artifactId>
1414
<packaging>pom</packaging>
15-
<version>1.5</version> <!-- base pom version - do not remove this comment -->
15+
<version>1.5.1</version> <!-- base pom version - do not remove this comment -->
1616
<name>Milyn (Base POM)</name>
1717
<url>http://milyn.codehaus.org</url>
1818

0 commit comments

Comments
 (0)