diff --git a/.gitignore b/.gitignore index 4b3f090..a39a039 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ UMLGraph-snapshot* UMLGraph-R* CHECKSUM.MD5 _vimrc +pom.xml diff --git a/build.xml b/build.xml index 8764c8f..45c66f1 100644 --- a/build.xml +++ b/build.xml @@ -1,4 +1,6 @@ - + + The specification for the Java-based umlgraph build processes. $Id$ @@ -12,6 +14,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -23,9 +72,9 @@ + - @@ -104,5 +153,95 @@ class Version { public static String VERSION = "${VERSION}";} - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/ver.xml b/doc/ver.xml index fcccecf..1277b30 100644 --- a/doc/ver.xml +++ b/doc/ver.xml @@ -3,7 +3,13 @@
-
Version 5.6 Under development
+
Version 5.7 Under development
+
+ +
Version 5.6 2012-05-31
+
    +
  • Maven artifact deployment
  • +
Version 5.5 2012-05-13
diff --git a/pom.template.xml b/pom.template.xml new file mode 100644 index 0000000..848ee33 --- /dev/null +++ b/pom.template.xml @@ -0,0 +1,38 @@ + + + + 4.0.0 + org.umlgraph + umlgraph + jar + UMLGraph + ${version} + Declarative Drawing of UML Diagrams + http://www.umlgraph.org + + + + BSD License (original) + http://www.opensource.org/licenses/bsd-license.php + repo + + + + + https://github.com/dspinellis/UMLGraph + git://github.com/dspinellis/UMLGraph.git + + + + + dspinellis + Diomidis Spinellis + dds@aueb.gr + + + + + +