Skip to content

Commit

Permalink
reverted release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afester committed Aug 21, 2017
1 parent 3497379 commit b3c7df3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>Examples</artifactId>

<packaging>jar</packaging>
<version>0.2-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<name>Examples</name>
<url>http://maven.apache.org</url>

Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.github.afester.javafx</groupId>
<artifactId>FranzXaver</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion FranzXaver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.github.afester.javafx</groupId>
<artifactId>FranzXaver</artifactId>
<packaging>jar</packaging>
<version>0.2-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<name>FranzXaver</name>
<url>http://maven.apache.org</url>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.afester.javafx</groupId>
<artifactId>FranzXaverLibrary</artifactId>
<packaging>pom</packaging>
<version>0.2-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<name>FranzXaver Library and Examples</name>

<scm>
Expand Down

0 comments on commit b3c7df3

Please sign in to comment.