Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Hauge2015-01-16 22:18:07 +0000
committerNeil Hauge2015-01-16 22:18:07 +0000
commit939fb7c78cafcdf516f7b3880cce1509264fdbc0 (patch)
tree1d7ec3a04358a204c1a0229cc52329d932ef1f7e
parentee5fae9d34a78643e64d8e788fc186249f993ae5 (diff)
downloadwebtools.dali-939fb7c78cafcdf516f7b3880cce1509264fdbc0.tar.gz
webtools.dali-939fb7c78cafcdf516f7b3880cce1509264fdbc0.tar.xz
webtools.dali-939fb7c78cafcdf516f7b3880cce1509264fdbc0.zip
[457630] Fix version number updates.
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core/pom.xml b/jaxb/plugins/org.eclipse.jpt.jaxb.core/pom.xml
index 00fe75a03e..f6d35d0335 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.core/pom.xml
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core/pom.xml
@@ -22,6 +22,6 @@
<groupId>org.eclipse.webtools.dali</groupId>
<artifactId>org.eclipse.jpt.jaxb.core</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top