Index: /trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java	(revision 19398)
+++ /trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java	(revision 19399)
@@ -39,5 +39,5 @@
      * Set the status of the referrers
      * @param referrersDownloaded {@code true} if all referrers for this object have been downloaded
-     * @since xxx
+     * @since 19078
      */
     default void setReferrersDownloaded(boolean referrersDownloaded) {
@@ -88,5 +88,5 @@
      * @return {@code true} if the primitive is fully downloaded and all parents and children should be available.
      * {@code false} otherwise.
-     * @since xxx
+     * @since 19078
      */
     default boolean isReferrersDownloaded() {
Index: /trunk/src/org/openstreetmap/josm/data/osm/MultipolygonBuilder.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/MultipolygonBuilder.java	(revision 19398)
+++ /trunk/src/org/openstreetmap/josm/data/osm/MultipolygonBuilder.java	(revision 19399)
@@ -164,5 +164,5 @@
      * @return a pair of outer and inner multipolygon rings.
      * @throws JoinedPolygonCreationException if the creation fails.
-     * @since xxx
+     * @since 19336
      */
     public static Pair<List<JoinedPolygon>, List<JoinedPolygon>> joinWays(
Index: /trunk/src/org/openstreetmap/josm/gui/animation/BirthdayExtension.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/animation/BirthdayExtension.java	(revision 19398)
+++ /trunk/src/org/openstreetmap/josm/gui/animation/BirthdayExtension.java	(revision 19399)
@@ -23,5 +23,5 @@
  * Birthday animation game extension.
  * @author Pauline Thiele
- * @since xxx
+ * @since 19254
  */
 public class BirthdayExtension extends JPanel implements AnimationExtension, MouseListener, MouseMotionListener {
Index: /trunk/src/org/openstreetmap/josm/gui/dialogs/relation/IRelationEditor.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/dialogs/relation/IRelationEditor.java	(revision 19398)
+++ /trunk/src/org/openstreetmap/josm/gui/dialogs/relation/IRelationEditor.java	(revision 19399)
@@ -52,5 +52,5 @@
      * @param ignoreUninterestingTags whether to ignore uninteresting tag changes
      * @return true if the currently edited relation has been changed elsewhere.
-     * @since xxx
+     * @since 19398
      */
     boolean isDirtyRelation(boolean ignoreUninterestingTags);
@@ -62,5 +62,5 @@
      *
      * @return true if the currently edited relation has been changed in the editor.
-     * @since xxx
+     * @since 19398
      */
     boolean isDirtyEditor();
Index: /trunk/src/org/openstreetmap/josm/io/BoundingBoxDownloader.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/BoundingBoxDownloader.java	(revision 19398)
+++ /trunk/src/org/openstreetmap/josm/io/BoundingBoxDownloader.java	(revision 19399)
@@ -302,5 +302,5 @@
      * Get the bounds for this downloader
      * @return The bounds for this downloader
-     * @since xxx
+     * @since 19078
      */
     protected Collection<Bounds> getBounds() {
Index: /trunk/src/org/openstreetmap/josm/tools/Geometry.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/Geometry.java	(revision 19398)
+++ /trunk/src/org/openstreetmap/josm/tools/Geometry.java	(revision 19399)
@@ -1233,5 +1233,5 @@
      * @param cache The cache to avoid calculating joined inner/outer ways multiple times (see {@link MultipolygonBuilder#joinWays(Relation)})
      * @return a new list containing the found primitives, empty if multipolygon is invalid or nothing was found.
-     * @since xxx
+     * @since 19336
      */
     public static List<IPrimitive> filterInsideMultipolygon(Collection<IPrimitive> primitives, Relation multiPolygon,
