Changeset 19368 in josm


Ignore:
Timestamp:
2025-03-29T18:04:32+01:00 (3 months ago)
Author:
taylor.smock
Message:

See #23716: Update versions in pom files to 1.5-SNAPSHOT

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/nodist/pom.xml

    r19367 r19368  
    55    <groupId>org.openstreetmap.josm</groupId>
    66    <artifactId>josm-parent</artifactId>
    7     <version>SNAPSHOT</version>
     7    <version>1.5-SNAPSHOT</version>
    88    <packaging>pom</packaging>
    99    <properties>
  • trunk/pom.xml

    r19250 r19368  
    77    <groupId>org.openstreetmap.josm</groupId>
    88    <artifactId>josm-parent</artifactId>
    9     <version>SNAPSHOT</version>
     9    <version>1.5-SNAPSHOT</version>
    1010    <relativePath>./nodist/pom.xml</relativePath>
    1111  </parent>
  • trunk/test/pom.xml

    r19206 r19368  
    33    <modelVersion>4.0.0</modelVersion>
    44    <artifactId>josm-unittest</artifactId>
    5     <version>SNAPSHOT</version>
     5    <version>1.5-SNAPSHOT</version>
    66
    77    <parent>
    88        <groupId>org.openstreetmap.josm</groupId>
    99        <artifactId>josm-parent</artifactId>
    10         <version>SNAPSHOT</version>
     10        <version>1.5-SNAPSHOT</version>
    1111        <relativePath>../nodist/pom.xml</relativePath>
    1212    </parent>
     
    1818            <groupId>org.openstreetmap.josm</groupId>
    1919            <artifactId>josm</artifactId>
    20             <version>SNAPSHOT</version>
     20            <version>1.5-SNAPSHOT</version>
    2121            <scope>provided</scope>
    2222        </dependency>
Note: See TracChangeset for help on using the changeset viewer.