diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 83c79ad..5286f5c 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -99,10 +99,10 @@ 144 Updates for PSwing 145 build broken (pom, swt) 150 Prepare SwingLayoutNode for distribution -155 If width or height is zero, the rest of bounds are reset. 158 Component doesn't receive events after PSwing is added, removed and re-added to scenegraph 159 events not delivered to PSwing Components for some transforms 160 endless calls to PSwing's ComponentListener +161 full bounds behavior has changed in Piccolo 1.3 API changes to core: diff --git a/core/pom.xml b/core/pom.xml index a7a4a47..727cd34 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc2 + 1.3-rc3 ../parent/pom.xml piccolo2d-core diff --git a/examples/pom.xml b/examples/pom.xml index 03bccf4..c9c8eea 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc2 + 1.3-rc3 ../parent/pom.xml piccolo2d-examples diff --git a/extras/pom.xml b/extras/pom.xml index 34a6096..ac04162 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc2 + 1.3-rc3 ../parent/pom.xml piccolo2d-extras diff --git a/parent/pom.xml b/parent/pom.xml index 19d6be5..9fbc715 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -33,7 +33,7 @@ 4.0.0 org.piccolo2d piccolo2d-parent - 1.3-rc2 + 1.3-rc3 pom Piccolo2D Parent A revolutionary way to create robust, full-featured graphical applications in Java and C#, with striking visual effects such as zooming, animation and multiple representations. diff --git a/pom.xml b/pom.xml index 96f173b..252bb2e 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc2 + 1.3-rc3 ./parent/pom.xml piccolo2d-complete diff --git a/swt-examples/pom.xml b/swt-examples/pom.xml index 51da08a..91dd172 100644 --- a/swt-examples/pom.xml +++ b/swt-examples/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc2 + 1.3-rc3 ../parent/pom.xml piccolo2d-swt-examples diff --git a/swt/pom.xml b/swt/pom.xml index b5fcb3b..8b259c4 100644 --- a/swt/pom.xml +++ b/swt/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc2 + 1.3-rc3 ../parent/pom.xml piccolo2d-swt