Skip to content

Commit

Permalink
chore(release): prepare release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terraframe-builder committed Mar 13, 2023
1 parent f29990a commit 840394f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dhis2adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with Geoprism Registry(tm). If not, see <http://www.gnu.org/licenses/>.
License along with Geoprism Registry(tm). If not, see <http://www.gnu.org/licenses />.
-->
<!-- Copyright (c) 2019 TerraFrame, Inc. All rights reserved. This file is part of Geoprism Registry(tm). Geoprism Registry(tm) is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Geoprism Registry(tm) is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with Geoprism Registry(tm). If not, see <http://www.gnu.org/licenses />. -->
Expand All @@ -25,7 +25,7 @@
<parent>
<groupId>net.geoprism</groupId>
<artifactId>georegistry</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>dhis2adapter</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions georegistry-adapter/java/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with Common Geo Registry Adapter(tm). If not, see <http://www.gnu.org/licenses/>.
License along with Common Geo Registry Adapter(tm). If not, see <http://www.gnu.org/licenses />.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Expand All @@ -25,7 +25,7 @@
<relativePath>../../../pom.xml</relativePath>
<groupId>net.geoprism</groupId>
<artifactId>georegistry</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>georegistry-adapter</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions georegistry-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with Geoprism Registry(tm). If not, see <http://www.gnu.org/licenses/>.
License along with Geoprism Registry(tm). If not, see <http://www.gnu.org/licenses />.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>net.geoprism</groupId>
<artifactId>georegistry</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>georegistry-server</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions georegistry-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with Geoprism Registry(tm). If not, see <http://www.gnu.org/licenses/>.
License along with Geoprism Registry(tm). If not, see <http://www.gnu.org/licenses />.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.geoprism</groupId>
<artifactId>georegistry</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>georegistry-ui</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions georegistry-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with Geoprism Registry(tm). If not, see <http://www.gnu.org/licenses/>.
License along with Geoprism Registry(tm). If not, see <http://www.gnu.org/licenses />.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.geoprism</groupId>
<artifactId>georegistry</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>georegistry-web</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>net.geoprism</groupId>
<artifactId>georegistry</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>GeoRegistry</name>
Expand Down Expand Up @@ -124,7 +124,7 @@
<connection>scm:git:ssh://[email protected]/terraframe/geoprism-registry</connection>
<developerConnection>scm:git:ssh://[email protected]/terraframe/geoprism-registry</developerConnection>
<url>scm:git:ssh://[email protected]/terraframe/geoprism-registry</url>
<tag>1.1.0</tag>
<tag>1.1.1</tag>
</scm>

<build>
Expand Down

0 comments on commit 840394f

Please sign in to comment.