WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6b5ed35

Browse files
committed
Added distribution files for v1.4.4.
1 parent 73df56a commit 6b5ed35

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed
6.3 MB
Binary file not shown.
3.23 MB
Binary file not shown.
716 KB
Binary file not shown.
3.57 MB
Binary file not shown.
871 KB
Binary file not shown.

org.modeldriven.fuml/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>fuml</artifactId>
66
<packaging>jar</packaging>
77
<name>FUML Reference Implementation</name>
8-
<version>1.4.4-SNAPSHOT</version>
8+
<version>1.4.4</version>
99
<description>This open source software is a reference implementation, consisting of software and related files, for the OMG specification called the Semantics of a Foundational Subset for Executable UML Models (fUML). The reference implementation is intended to implement the execution semantics of UML activity models, accepting an XMI file from a conformant UML model as its input and providing an execution trace of the selected activity model(s) as its output. The core execution engine, which is directly generated from the normative syntactic and semantic models for fUML, may also be used as a library implementation of fUML in other software.</description>
1010
<url>http:/fuml.modeldriven.org</url>
1111
<licenses>
@@ -30,6 +30,11 @@
3030
<name>Scott Cinnamond</name>
3131
<email>[email protected]</email>
3232
</developer>
33+
<developer>
34+
<id>jtatibouet</id>
35+
<name>Jeremie Tatibouet</name>
36+
<email>[email protected]</email>
37+
</developer>
3338
</developers>
3439
<properties>
3540
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)