Skip to content

Commit 5926ef0

Browse files
authored
0.8.3
* RotorCalculator removal * jitpack fix * migration
1 parent d44b8d2 commit 5926ef0

29 files changed

Lines changed: 9 additions & 1464 deletions

ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Graphics Engine
22

3-
[![](https://jitpack.io/v/Krumuvecis/GraphicsEngine.svg)](https://jitpack.io/#Krumuvecis/GraphicsEngine)
3+
[![](https://jitpack.io/v/KruMF/GraphicsEngine.svg)](https://jitpack.io/#KruMF/GraphicsEngine)
44

55
by [Krumuvecis](https://github.com/Krumuvecis)
66

@@ -13,8 +13,8 @@ Free to use and modify for whatever purposes. No copyrights apply.
1313
* Maven compiler: 18
1414
* Maven Surefire: 3.0.0-M7
1515
* jetbrains annotations: 23.0.0
16-
* [ThreadAbstraction](https://github.com/Krumuvecis/ThreadAbstraction) : 0.4.0
17-
* [FileHandler](https://github.com/Krumuvecis/FileHandler) : 0.2.3
16+
* [ThreadAbstraction](https://github.com/KruMF/ThreadAbstraction) : 0.4.1
17+
* [FileHandler](https://github.com/KruMF/FileHandler) : 0.2.5
1818
* JUnit: Jupiter 5.9.0-M1
1919

2020

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.github.Krumuvecis</groupId>
7+
<groupId>com.github.KruMF</groupId>
88
<artifactId>GraphicsEngine</artifactId>
9-
<version>0.8</version>
9+
<version>0.8.3</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -15,8 +15,8 @@
1515
<maven.surefire.version>3.0.0-M7</maven.surefire.version>
1616

1717
<jetbrains.annotations.version>23.0.0</jetbrains.annotations.version>
18-
<threadAbstraction.version>0.4.0</threadAbstraction.version>
19-
<fileHandler.version>0.2.3</fileHandler.version>
18+
<threadAbstraction.version>0.4.1</threadAbstraction.version>
19+
<fileHandler.version>0.2.5</fileHandler.version>
2020

2121
<junit.jupiter.version>5.9.0-M1</junit.jupiter.version>
2222
</properties>
@@ -42,12 +42,12 @@
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>
45-
<groupId>com.github.Krumuvecis</groupId>
45+
<groupId>com.github.KruMF</groupId>
4646
<artifactId>ThreadAbstraction</artifactId>
4747
<version>${threadAbstraction.version}</version>
4848
</dependency>
4949
<dependency>
50-
<groupId>com.github.Krumuvecis</groupId>
50+
<groupId>com.github.KruMF</groupId>
5151
<artifactId>FileHandler</artifactId>
5252
<version>${fileHandler.version}</version>
5353
</dependency>

src/test/java/rotorCalculator/ReadMe.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/test/java/rotorCalculator/data/Data.java

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/test/java/rotorCalculator/data/RotationUtilities.java

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/test/java/rotorCalculator/data/constants/Environment.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/test/java/rotorCalculator/data/constants/GeneralConstants.java

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/test/java/rotorCalculator/data/constants/TimeConstants.java

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/test/java/rotorCalculator/data/innerJointModel/InnerJoint.java

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/test/java/rotorCalculator/data/innerJointModel/Limits.java

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)