Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
fix gcm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovic Mouline committed Feb 6, 2018
1 parent 197e6dc commit 897d9b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>snt.das</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>model</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>

<properties>
<header.path>${basedir}/../HEADER</header.path>
Expand Down
6 changes: 3 additions & 3 deletions model/src/main/model/DAS.gcm
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class Requirement {
ref goals: Goal oppositeOf requirement
}

class Natures {
class Nature {
att name: String
}

Expand All @@ -143,12 +143,12 @@ class Goal {
ref isImplementedBy: Condition oppositeOf implement
ref requirement: Requirement oppositeOf goals

rel nature: Natures
rel nature: Nature
}



class Constraint extends nature {
class Constraint extends Nature {
rel applyOn: ConstrainedNature
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>snt.das</groupId>
<artifactId>root</artifactId>
<packaging>pom</packaging>
<version>1.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<modules>
<module>model</module>
</modules>
Expand Down

0 comments on commit 897d9b9

Please sign in to comment.