Skip to content

Commit

Permalink
Merge pull request #159 from sialcasa/#153_fix_artifact_ids
Browse files Browse the repository at this point in the history
#153 Changed all maven artefact ids from 'mvvmFX' to 'mvvmfx' with all l...
  • Loading branch information
manuel-mauky committed Dec 5, 2014
2 parents 11350f9 + aa3fbd0 commit 484af34
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ __MVVM__ is the enhanced version of the [Presentation Model](http://martinfowler
```
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>0.4.0</version>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions examples/mvvmfx-cdi-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-examples</artifactId>
<artifactId>mvvmfx-examples</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>

Expand Down Expand Up @@ -41,12 +41,12 @@

<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-cdi</artifactId>
<artifactId>mvvmfx-cdi</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-complex-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-examples</artifactId>
<artifactId>mvvmfx-examples</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>
<properties>
Expand Down Expand Up @@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions examples/mvvmfx-contacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>mvvmFX-examples</artifactId>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys</groupId>
<version>0.5.0-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -32,12 +32,12 @@
<dependencies>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-cdi</artifactId>
<artifactId>mvvmfx-cdi</artifactId>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-fx-root-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-examples</artifactId>
<artifactId>mvvmfx-examples</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>

Expand All @@ -20,7 +20,7 @@
<dependencies>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>0.5.0-SNAPSHOT</version>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions examples/mvvmfx-guice-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-examples</artifactId>
<artifactId>mvvmfx-examples</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>
<properties>
Expand Down Expand Up @@ -45,12 +45,12 @@
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-guice</artifactId>
<artifactId>mvvmfx-guice</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-helloworld-without-fxml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-examples</artifactId>
<artifactId>mvvmfx-examples</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>

Expand All @@ -20,7 +20,7 @@
<dependencies>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>HelloWorld Example</name>
<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-examples</artifactId>
<artifactId>mvvmfx-examples</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>
<properties>
Expand All @@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-synchronizefx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>SynchronizeFX example</name>
<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-examples</artifactId>
<artifactId>mvvmfx-examples</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>
<properties>
Expand All @@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<artifactId>mvvmfx-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>

<artifactId>mvvmFX-examples</artifactId>
<artifactId>mvvmfx-examples</artifactId>
<packaging>pom</packaging>


Expand Down
4 changes: 2 additions & 2 deletions mvvmfx-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<artifactId>mvvmfx-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>


<artifactId>mvvmFX-archetype</artifactId>
<artifactId>mvvmfx-archetype</artifactId>
<name>mvvmFX Archetype</name>

<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>${version}</version>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions mvvmfx-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<artifactId>mvvmfx-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>

<artifactId>mvvmFX-cdi</artifactId>
<artifactId>mvvmfx-cdi</artifactId>
<packaging>jar</packaging>

<name>mvvmFX cdi</name>
Expand All @@ -47,7 +47,7 @@

<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions mvvmfx-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<artifactId>mvvmfx-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>

<artifactId>mvvmFX-guice</artifactId>
<artifactId>mvvmfx-guice</artifactId>
<packaging>jar</packaging>
<name>mvvmFX Guice</name>
<description>This module contains extensions to use mvvmFX with Guice Dependency Injection</description>
Expand All @@ -44,7 +44,7 @@
<dependencies>
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions mvvmfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<artifactId>mvvmfx-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>

<artifactId>mvvmFX</artifactId>
<artifactId>mvvmfx</artifactId>
<packaging>jar</packaging>

<name>mvvmFX core</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>

<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<artifactId>mvvmfx-parent</artifactId>
<packaging>pom</packaging>
<version>0.5.0-SNAPSHOT</version>
<name>mvvmFX parent</name>
Expand Down

0 comments on commit 484af34

Please sign in to comment.