Skip to content

Commit bf85787

Browse files
committed
post-release fixup
1 parent 98829d8 commit bf85787

7 files changed

Lines changed: 20 additions & 15 deletions

File tree

MinieLibrary/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release log for the Minie library and MinieExamples
22

3-
## Version 9.0.2 released on TBD
3+
## Version 9.0.2 released on 27 November 2025
44

55
+ Added argument validation to `PhysicsRigidBody.setPhysicsScale()`. (issue #47)
66
+ Bypassed an unhelpful warning during `PhysicsRigidBody.read()`.

MinieLibrary/src/main/java/jme3utilities/minie/MinieVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ private MinieVersion() {
5959
* @return the branch name and revision string (not null, not empty)
6060
*/
6161
public static String versionShort() {
62-
return "master 9.0.2";
62+
return "master 9.0.3-SNAPSHOT";
6363
}
6464
}

MinieLibrary/src/site/antora/tutorials/modules/minie-library-tutorials/pages/add.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ repositories {
9494
mavenCentral()
9595
}
9696
dependencies {
97-
implementation("com.github.stephengold:Minie:9.0.1")
97+
implementation("com.github.stephengold:Minie:9.0.2")
9898
}
9999
----
100100

@@ -117,7 +117,7 @@ Add to the project's "pom.xml" file:
117117
<dependency>
118118
<groupId>com.github.stephengold</groupId>
119119
<artifactId>Minie</artifactId>
120-
<version>9.0.1</version>
120+
<version>9.0.2</version>
121121
</dependency>
122122
----
123123

@@ -134,10 +134,10 @@ Download the {Project} library and its dependencies
134134
from GitHub and/or Maven Central:
135135

136136
* https://github.com/stephengold/Minie/releases/latest
137-
* https://github.com/stephengold/Heart/releases/tag/9.0.1
137+
* https://github.com/stephengold/Heart/releases/tag/9.2.0
138138
* https://github.com/Simsilica/SimMath/releases/tag/sim-math-v1.6.0
139-
* https://repo1.maven.org/maven2/org/jmonkeyengine/jme3-core/3.7.0-stable/
140-
* https://repo1.maven.org/maven2/org/jmonkeyengine/jme3-terrain/3.7.0-stable/
139+
* https://repo1.maven.org/maven2/org/jmonkeyengine/jme3-core/3.8.1-stable/
140+
* https://repo1.maven.org/maven2/org/jmonkeyengine/jme3-terrain/3.8.1-stable/
141141
* https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/
142142

143143
You'll definitely want the class JARs
@@ -152,15 +152,15 @@ Open the project's properties in the IDE (JME SDK or NetBeans):
152152
. Add the Heart class JAR:
153153
.. Click on the btn:[Add JAR/Folder] button.
154154
.. Navigate to the download directory.
155-
.. Select the "Minie-9.0.1.jar" file.
155+
.. Select the "Minie-9.0.2.jar" file.
156156
.. Click on the btn:[Open] button.
157157
. (optional) Add JARs for javadoc and sources:
158158
.. Click on the btn:[Edit] button.
159159
.. Click on the btn:[Browse...] button to the right of "Javadoc:"
160-
.. Select the "Minie-9.0.1-javadoc.jar" file.
160+
.. Select the "Minie-9.0.2-javadoc.jar" file.
161161
.. Click on the btn:[Open] button.
162162
.. Click on the btn:[Browse...] button to the right of "Sources:"
163-
.. Select the "Minie-9.0.1-sources.jar" file.
163+
.. Select the "Minie-9.0.2-sources.jar" file.
164164
.. Click on the btn:[Open] button button again.
165165
.. Click on the btn:[OK] button to close the "Edit Jar Reference" dialog.
166166
. Add the other JVM libraries in a similar manner.

MinieLibrary/src/site/antora/tutorials/modules/minie-library-tutorials/pages/debug.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ During development, Java assertions should be enabled using:
1414
1515
Similarly, native-code assertions should be enabled during development,
1616
by specifying a {Project} library of the "debug" type,
17-
such as "Minie-9.0.1+debug".
17+
such as "Minie-9.0.2+debug".
1818

1919
When a physics simulation doesn't behave as expected,
2020
_debug visualization_ should be enabled

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ plugins {
77
ext {
88
jmeTarget = '' // distinguish non-JME libraries built for specific JME releases
99

10-
//minieSnapshot = '-SNAPSHOT' // for development builds
11-
minieSnapshot = '' // for release builds
12-
minieVersion = '9.0.2'
10+
minieSnapshot = '-SNAPSHOT' // for development builds
11+
//minieSnapshot = '' // for release builds
12+
minieVersion = '9.0.3'
1313
}
1414

1515
subprojects {

src/site/antora/minie-project/modules/ROOT/pages/build.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Here's the recommended procedure:
3636
.. using https://git-scm.com[Git]:
3737
... `git clone https://github.com/stephengold/Minie.git`
3838
... `cd Minie`
39-
... `git checkout -b latest 9.0.1`
39+
... `git checkout -b latest 9.0.2`
4040
.. using a web browser:
4141
... browse to https://github.com/stephengold/Minie/releases/latest
4242
... follow the "Source code (zip)" link

src/site/antora/minie-project/modules/ROOT/pages/depends.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ the Libbulletjme release that corresponds to each Minie release.
2828
|===
2929
|Minie release |Direct dependencies |Transitive dependencies |Native libraries
3030

31+
|v9.0.2
32+
|Heart v9.2.0 / sim-math v1.6.0 / jme3-terrain v3.8.1-stable
33+
|jme3-core v3.8.1-stable / slf4j-api v1.7.32
34+
|v22.0.3
35+
3136
|v9.0.1
3237
|Heart v9.2.0 / sim-math v1.6.0 / jme3-terrain v3.7.0-stable
3338
|jme3-core v3.7.0-stable / slf4j-api v1.7.32

0 commit comments

Comments
 (0)