Skip to content

Commit

Permalink
#217 renamed todomvc-example module
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jul 2, 2015
1 parent d33762b commit 8b930b7
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<module>mvvmfx-synchronizefx</module>
<module>contacts-example</module>
<module>books-example</module>
<module>mvvmfx-todomvc</module>
<module>todomvc-example</module>
</modules>


Expand Down Expand Up @@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-todomvc</artifactId>
<artifactId>todomvc-example</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>mvvmfx-todomvc</artifactId>
<artifactId>todomvc-example</artifactId>

<dependencies>
<dependency>
Expand Down

0 comments on commit 8b930b7

Please sign in to comment.