Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbva committed Jul 21, 2018
1 parent 167e352 commit 48a1f84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ Bridje libraries are available on the [Maven Central Repository](https://maven-b
<artifactId>bridje-orm</artifactId>
<version>${bridje.version}</version>
</dependency>
<dependency>
<groupId>org.bridje</groupId>
<artifactId>bridje-jfx</artifactId>
<version>${bridje.version}</version>
</dependency>
....
</dependencies>

Expand Down Expand Up @@ -125,11 +120,6 @@ Bridje libraries are available on the [Maven Central Repository](https://maven-b
<artifactId>bridje-orm-srcgen</artifactId>
<version>${bridje.version}</version>
</dependency>
<dependency>
<groupId>org.bridje</groupId>
<artifactId>bridje-jfx-srcgen</artifactId>
<version>${bridje.version}</version>
</dependency>
</dependencies>
<plugin>
....
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,6 @@
<module>bridje-el</module>
<module>bridje-maven-plugin</module>
<module>bridje-srcgen</module>
<module>bridje-jfx</module>
<module>bridje-jfx-srcgen</module>
</modules>
</profile>
</profiles>
Expand Down

0 comments on commit 48a1f84

Please sign in to comment.