Skip to content

Commit 1353f83

Browse files
author
Adrian Hsieh
committed
support using 'current' instead of version number
1 parent 86d6c55 commit 1353f83

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>mule-module-datapack</artifactId>
99
<packaging>jar</packaging>
1010
<name>Mule DataPack Module</name>
11-
<version>1.1-SNAPSHOT</version>
11+
<version>1.2-SNAPSHOT</version>
1212
<description>Provides transformation to fixed width and delimited files. </description>
1313
<url>http://www.muleforge.org/projects/mule-module-datapack</url>
1414

@@ -17,8 +17,8 @@
1717
<!-- Tools properties -->
1818
<eclipsePluginVersion>2.5</eclipsePluginVersion>
1919
<vmtype>org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType</vmtype>
20-
<jdk5Name>J2SE-1.5</jdk5Name>
21-
<jdk.version>1.5</jdk.version>
20+
<jdk5Name>J2SE-1.6</jdk5Name>
21+
<jdk.version>1.6</jdk.version>
2222
</properties>
2323

2424
<build>
@@ -192,7 +192,7 @@
192192
<dependency>
193193
<groupId>org.mule.modules</groupId>
194194
<artifactId>mule-module-scripting</artifactId>
195-
<version>3.1.1</version>
195+
<version>${mule.version}</version>
196196
</dependency>
197197
</dependencies>
198198

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
http\://www.mulesoft.org/schema/mule/datapack/3.2/mule-datapack.xsd=META-INF/mule-datapack.xsd
2+
http\://www.mulesoft.org/schema/mule/datapack/current/mule-datapack.xsd=META-INF/mule-datapack.xsd

0 commit comments

Comments
 (0)