File tree Expand file tree Collapse file tree 10 files changed +13
-9
lines changed
app-examples/kissmda-app-test
cartridges/kissmda-cartridges-simple-java
kissmda-maven-app-archetype
kissmda-maven-cartridge-archetype Expand file tree Collapse file tree 10 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 29
29
30
30
<groupId >de.crowdcode.kissmda.app-examples</groupId >
31
31
<artifactId >kissmda-app-test</artifactId >
32
- <version >1.2.0-SNAPSHOT </version >
32
+ <version >1.2.0</version >
33
33
<packaging >jar</packaging >
34
34
<name >kissmda-app-test</name >
35
35
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ Stereotypes
13
13
* Applied on: class
14
14
* Produces Java interfaces with all the attributes, methods and relationships.
15
15
16
+ ** enumeration**
17
+ * Applied on: enumeration
18
+ * Produces Java enumeration.
19
+
16
20
** Service**
17
21
* Applied on: class
18
22
* Produces Java interfaces with all the attributes, methods and relationships. Service stereotype is just the same as Entity stereotype.
Original file line number Diff line number Diff line change 29
29
30
30
<groupId >de.crowdcode.kissmda.cartridges</groupId >
31
31
<artifactId >kissmda-cartridges-simple-java</artifactId >
32
- <version >1.2.0-SNAPSHOT </version >
32
+ <version >1.2.0</version >
33
33
<packaging >jar</packaging >
34
34
<name >kissmda-cartridges-simple-java</name >
35
35
Original file line number Diff line number Diff line change 30
30
31
31
<groupId >de.crowdcode.kissmda.core</groupId >
32
32
<artifactId >kissmda-core</artifactId >
33
- <version >1.2.0-SNAPSHOT </version >
33
+ <version >1.2.0</version >
34
34
<packaging >jar</packaging >
35
35
<name >kissmda-core</name >
36
36
Original file line number Diff line number Diff line change 29
29
30
30
<groupId >de.crowdcode.kissmda.maven</groupId >
31
31
<artifactId >kissmda-maven-app-archetype</artifactId >
32
- <version >1.2.0-SNAPSHOT </version >
32
+ <version >1.2.0</version >
33
33
<packaging >maven-archetype</packaging >
34
34
<name >kissmda-app-archetype-uml2</name >
35
35
Original file line number Diff line number Diff line change 29
29
30
30
<groupId >de.crowdcode.kissmda.maven</groupId >
31
31
<artifactId >kissmda-maven-cartridge-archetype</artifactId >
32
- <version >1.2.0-SNAPSHOT </version >
32
+ <version >1.2.0</version >
33
33
<packaging >maven-archetype</packaging >
34
34
<name >kissmda-cartridge-archetype-uml2</name >
35
35
Original file line number Diff line number Diff line change 29
29
30
30
<groupId >de.crowdcode.kissmda.maven</groupId >
31
31
<artifactId >kissmda-maven-plugin</artifactId >
32
- <version >1.2.0-SNAPSHOT </version >
32
+ <version >1.2.0</version >
33
33
<packaging >maven-plugin</packaging >
34
34
<name >kissmda-maven-plugin</name >
35
35
<description >KissMDA Maven plugin</description >
Original file line number Diff line number Diff line change 28
28
</parent >
29
29
30
30
<artifactId >kissmda-modules</artifactId >
31
- <version >1.2.0-SNAPSHOT </version >
31
+ <version >1.2.0</version >
32
32
<packaging >pom</packaging >
33
33
34
34
<!-- =============================================================== -->
Original file line number Diff line number Diff line change 29
29
30
30
<groupId >de.crowdcode.kissmda.profiles</groupId >
31
31
<artifactId >kissmda-profile-core</artifactId >
32
- <version >1.2.0-SNAPSHOT </version >
32
+ <version >1.2.0</version >
33
33
<packaging >jar</packaging >
34
34
<name >kissmda-profile-core</name >
35
35
</project >
Original file line number Diff line number Diff line change 29
29
30
30
<groupId >de.crowdcode.kissmda.profiles</groupId >
31
31
<artifactId >kissmda-profile-datatype</artifactId >
32
- <version >1.2.0-SNAPSHOT </version >
32
+ <version >1.2.0</version >
33
33
<packaging >jar</packaging >
34
34
<name >kissmda-profile-datatype</name >
35
35
</project >
You can’t perform that action at this time.
0 commit comments