Skip to content

Commit 0946de1

Browse files
committed
release 1.2.0 final
1 parent 7a5443f commit 0946de1

File tree

10 files changed

+13
-9
lines changed

10 files changed

+13
-9
lines changed

app-examples/kissmda-app-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>de.crowdcode.kissmda.app-examples</groupId>
3131
<artifactId>kissmda-app-test</artifactId>
32-
<version>1.2.0-SNAPSHOT</version>
32+
<version>1.2.0</version>
3333
<packaging>jar</packaging>
3434
<name>kissmda-app-test</name>
3535

cartridges/kissmda-cartridges-simple-java/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Stereotypes
1313
* Applied on: class
1414
* Produces Java interfaces with all the attributes, methods and relationships.
1515

16+
**enumeration**
17+
* Applied on: enumeration
18+
* Produces Java enumeration.
19+
1620
**Service**
1721
* Applied on: class
1822
* Produces Java interfaces with all the attributes, methods and relationships. Service stereotype is just the same as Entity stereotype.

cartridges/kissmda-cartridges-simple-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>de.crowdcode.kissmda.cartridges</groupId>
3131
<artifactId>kissmda-cartridges-simple-java</artifactId>
32-
<version>1.2.0-SNAPSHOT</version>
32+
<version>1.2.0</version>
3333
<packaging>jar</packaging>
3434
<name>kissmda-cartridges-simple-java</name>
3535

core/kissmda-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>de.crowdcode.kissmda.core</groupId>
3232
<artifactId>kissmda-core</artifactId>
33-
<version>1.2.0-SNAPSHOT</version>
33+
<version>1.2.0</version>
3434
<packaging>jar</packaging>
3535
<name>kissmda-core</name>
3636

maven/kissmda-maven-app-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>de.crowdcode.kissmda.maven</groupId>
3131
<artifactId>kissmda-maven-app-archetype</artifactId>
32-
<version>1.2.0-SNAPSHOT</version>
32+
<version>1.2.0</version>
3333
<packaging>maven-archetype</packaging>
3434
<name>kissmda-app-archetype-uml2</name>
3535

maven/kissmda-maven-cartridge-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>de.crowdcode.kissmda.maven</groupId>
3131
<artifactId>kissmda-maven-cartridge-archetype</artifactId>
32-
<version>1.2.0-SNAPSHOT</version>
32+
<version>1.2.0</version>
3333
<packaging>maven-archetype</packaging>
3434
<name>kissmda-cartridge-archetype-uml2</name>
3535

maven/kissmda-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>de.crowdcode.kissmda.maven</groupId>
3131
<artifactId>kissmda-maven-plugin</artifactId>
32-
<version>1.2.0-SNAPSHOT</version>
32+
<version>1.2.0</version>
3333
<packaging>maven-plugin</packaging>
3434
<name>kissmda-maven-plugin</name>
3535
<description>KissMDA Maven plugin</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929

3030
<artifactId>kissmda-modules</artifactId>
31-
<version>1.2.0-SNAPSHOT</version>
31+
<version>1.2.0</version>
3232
<packaging>pom</packaging>
3333

3434
<!-- =============================================================== -->

profiles/kissmda-profile-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>de.crowdcode.kissmda.profiles</groupId>
3131
<artifactId>kissmda-profile-core</artifactId>
32-
<version>1.2.0-SNAPSHOT</version>
32+
<version>1.2.0</version>
3333
<packaging>jar</packaging>
3434
<name>kissmda-profile-core</name>
3535
</project>

profiles/kissmda-profile-datatype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>de.crowdcode.kissmda.profiles</groupId>
3131
<artifactId>kissmda-profile-datatype</artifactId>
32-
<version>1.2.0-SNAPSHOT</version>
32+
<version>1.2.0</version>
3333
<packaging>jar</packaging>
3434
<name>kissmda-profile-datatype</name>
3535
</project>

0 commit comments

Comments
 (0)