Skip to content

Commit

Permalink
release 1.2.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
lofidewanto committed Oct 8, 2013
1 parent 7a5443f commit 0946de1
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app-examples/kissmda-app-test/pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>de.crowdcode.kissmda.app-examples</groupId>
<artifactId>kissmda-app-test</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>kissmda-app-test</name>

Expand Down
4 changes: 4 additions & 0 deletions cartridges/kissmda-cartridges-simple-java/README.md
Expand Up @@ -13,6 +13,10 @@ Stereotypes
* Applied on: class
* Produces Java interfaces with all the attributes, methods and relationships.

**enumeration**
* Applied on: enumeration
* Produces Java enumeration.

**Service**
* Applied on: class
* Produces Java interfaces with all the attributes, methods and relationships. Service stereotype is just the same as Entity stereotype.
Expand Down
2 changes: 1 addition & 1 deletion cartridges/kissmda-cartridges-simple-java/pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>de.crowdcode.kissmda.cartridges</groupId>
<artifactId>kissmda-cartridges-simple-java</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>kissmda-cartridges-simple-java</name>

Expand Down
2 changes: 1 addition & 1 deletion core/kissmda-core/pom.xml
Expand Up @@ -30,7 +30,7 @@

<groupId>de.crowdcode.kissmda.core</groupId>
<artifactId>kissmda-core</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>kissmda-core</name>

Expand Down
2 changes: 1 addition & 1 deletion maven/kissmda-maven-app-archetype/pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>de.crowdcode.kissmda.maven</groupId>
<artifactId>kissmda-maven-app-archetype</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>maven-archetype</packaging>
<name>kissmda-app-archetype-uml2</name>

Expand Down
2 changes: 1 addition & 1 deletion maven/kissmda-maven-cartridge-archetype/pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>de.crowdcode.kissmda.maven</groupId>
<artifactId>kissmda-maven-cartridge-archetype</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>maven-archetype</packaging>
<name>kissmda-cartridge-archetype-uml2</name>

Expand Down
2 changes: 1 addition & 1 deletion maven/kissmda-maven-plugin/pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>de.crowdcode.kissmda.maven</groupId>
<artifactId>kissmda-maven-plugin</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>maven-plugin</packaging>
<name>kissmda-maven-plugin</name>
<description>KissMDA Maven plugin</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@
</parent>

<artifactId>kissmda-modules</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<!-- =============================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion profiles/kissmda-profile-core/pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>de.crowdcode.kissmda.profiles</groupId>
<artifactId>kissmda-profile-core</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>kissmda-profile-core</name>
</project>
2 changes: 1 addition & 1 deletion profiles/kissmda-profile-datatype/pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>de.crowdcode.kissmda.profiles</groupId>
<artifactId>kissmda-profile-datatype</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>kissmda-profile-datatype</name>
</project>

0 comments on commit 0946de1

Please sign in to comment.