Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 11, 2020
1 parent 8a0a430 commit 1a667ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aljebra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.github.hdouss</groupId>
<artifactId>jeometry</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>aljebra</artifactId>
<description>Java simple Algebra library abstract API</description>
Expand Down
4 changes: 2 additions & 2 deletions jeometry-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
<parent>
<groupId>com.github.hdouss</groupId>
<artifactId>jeometry</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>jeometry-api</artifactId>
<description>Java Geometry library abstract API</description>
<dependencies>
<dependency>
<groupId>com.github.hdouss</groupId>
<artifactId>aljebra</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions jeometry-double/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
<parent>
<groupId>com.github.hdouss</groupId>
<artifactId>jeometry</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.3</version>
</parent>
<artifactId>jeometry-double</artifactId>
<description>Java Geometry library abstract API</description>
<dependencies>
<dependency>
<groupId>com.github.hdouss</groupId>
<artifactId>aljebra</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.3</version>
</dependency>
<dependency>
<groupId>com.github.hdouss</groupId>
<artifactId>jeometry-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.hdouss</groupId>
<artifactId>jeometry</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.3</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Simple 2D Java Geometry library</description>
<url>https://github.com/HDouss/jeometry</url>
Expand Down

0 comments on commit 1a667ce

Please sign in to comment.