Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsolcisrv Service committed Apr 26, 2018
1 parent 6d12bf9 commit bd89441
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Expand Up @@ -16,12 +16,11 @@
limitations under the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>de.conterra.devnet</groupId>
<artifactId>mapapps-omnisearch-autoinfo</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<!-- DISABLE repositories and pluginRepositories if inside the con terra! -->
<repositories>
Expand Down Expand Up @@ -290,7 +289,7 @@
<!-- add here properties which are used in plugin configuration resolution -->
<properties>
<!-- deployment of map.apps installation -->
<mapapps.remote.base/>
<mapapps.remote.base />
</properties>
</configuration>
</plugin>
Expand Down Expand Up @@ -390,7 +389,7 @@
<!-- remove bundleLocations from app.json -->
<token>\s*"bundleLocations"\s*:\s*\[\s*"localbundles"\s*,\s*"bundles"\s*\]\s*,\s*
</token>
<value></value>
<value />
</replacement>
</replacements>
</configuration>
Expand Down Expand Up @@ -496,7 +495,7 @@
<connection>scm:git:https://github.com/conterra/mapapps-omnisearch-autoinfo.git</connection>
<developerConnection>scm:git:https://github.com/conterra/mapapps-omnisearch-autoinfo.git</developerConnection>
<url>https://github.com/conterra/mapapps-omnisearch-autoinfo</url>
<tag>HEAD</tag>
<tag>1.0.1</tag>
</scm>
<distributionManagement>
<repository>
Expand Down

0 comments on commit bd89441

Please sign in to comment.