Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terraframe-builder committed Oct 4, 2024
1 parent 5e02881 commit 5474b4c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>gov.osmre.uasdm</groupId>
<artifactId>uasdm</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>UASDM</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
<connection>scm:git:ssh://[email protected]/terraframe/osmre-uav</connection>
<developerConnection>scm:git:ssh://[email protected]/terraframe/osmre-uav</developerConnection>
<url>scm:git:ssh://[email protected]/terraframe/osmre-uav</url>
<tag>0.15.3</tag>
<tag>1.3.0</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions uasdm-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gov.osmre.uasdm</groupId>
<artifactId>uasdm</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>uasdm-server</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -396,7 +396,7 @@
<mainClass>com.runwaysdk.dataaccess.io.UndoAll</mainClass>
<arguments>
<argument>${project.basedir}/src/main/working</argument>
<argument/>
<argument />
<argument>false</argument>
</arguments>
<systemProperties>
Expand Down Expand Up @@ -443,7 +443,7 @@
<mainClass>net.geoprism.ImportSchema</mainClass>
<arguments>
<argument>${project.basedir}/src/main/working</argument>
<argument/>
<argument />
<argument>false</argument>
</arguments>
<systemProperties>
Expand Down
2 changes: 1 addition & 1 deletion uasdm-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>gov.osmre.uasdm</groupId>
<artifactId>uasdm</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>uasdm-ui</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion uasdm-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>gov.osmre.uasdm</groupId>
<artifactId>uasdm</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>uasdm-web</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 5474b4c

Please sign in to comment.