chore(deps): update sixth-3d dependency to 1.5-SNAPSHOT feat master
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Mon, 6 Apr 2026 13:53:49 +0000 (16:53 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Mon, 6 Apr 2026 13:53:49 +0000 (16:53 +0300)
Update pom.xml dependency from 1.4-SNAPSHOT to 1.5-SNAPSHOT.
Fix procedural terrain screenshot path in documentation.
Minor formatting improvements in docs.

doc/index.org
pom.xml

index 4b6b8cc..d0cd0c3 100644 (file)
@@ -87,14 +87,14 @@ Prerequisites:
 :ID:       3fffc32e-ae66-40b7-ad7d-fab6093c778b
 :END:
 
 :ID:       3fffc32e-ae66-40b7-ad7d-fab6093c778b
 :END:
 
-Add *Sixth 3D* to your pom.xml:
+Add *Sixth 3D* to your *pom.xml*:
 
 #+BEGIN_SRC xml
 <dependencies>
     <dependency>
         <groupId>eu.svjatoslav</groupId>
         <artifactId>sixth-3d</artifactId>
 
 #+BEGIN_SRC xml
 <dependencies>
     <dependency>
         <groupId>eu.svjatoslav</groupId>
         <artifactId>sixth-3d</artifactId>
-        <version>1.4-SNAPSHOT</version>
+        <version>1.4</version>
     </dependency>
 </dependencies>
 
     </dependency>
 </dependencies>
 
@@ -558,7 +558,7 @@ This demo demonstrates:
 
 #+attr_html: :class responsive-img
 #+attr_latex: :width 1000px
 
 #+attr_html: :class responsive-img
 #+attr_latex: :width 1000px
-[[file:Procedural terrain.png]]
+[[file:Screenshots/Procedural terrain.png]]
 
 Demonstrates procedurally generated mountain terrain with an animated
 fractal tree. The scene features:
 
 Demonstrates procedurally generated mountain terrain with an animated
 fractal tree. The scene features:
diff --git a/pom.xml b/pom.xml
index 4baf761..c045ea0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
         <dependency>
             <groupId>eu.svjatoslav</groupId>
             <artifactId>sixth-3d</artifactId>
         <dependency>
             <groupId>eu.svjatoslav</groupId>
             <artifactId>sixth-3d</artifactId>
-            <version>1.4-SNAPSHOT</version>
+            <version>1.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>eu.svjatoslav</groupId>
         </dependency>
         <dependency>
             <groupId>eu.svjatoslav</groupId>