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

Commit 6ec6930

Browse files
author
ctsolcisrv Service
committed
[maven-release-plugin] prepare release 1.0.0
1 parent 9a02d4b commit 6ec6930

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<groupId>de.conterra.devnet</groupId>
2322
<artifactId>mapapps-url-transparency</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0</version>
2524
<packaging>jar</packaging>
2625
<!-- DISABLE repositories and pluginRepositories if inside the con terra! -->
2726
<repositories>
@@ -288,7 +287,7 @@
288287
<!-- add here properties which are used in plugin configuration resolution -->
289288
<properties>
290289
<!-- deployment of map.apps installation -->
291-
<mapapps.remote.base/>
290+
<mapapps.remote.base />
292291
</properties>
293292
</configuration>
294293
</plugin>
@@ -388,7 +387,7 @@
388387
<!-- remove bundleLocations from app.json -->
389388
<token>\s*"bundleLocations"\s*:\s*\[\s*"localbundles"\s*,\s*"bundles"\s*\]\s*,\s*
390389
</token>
391-
<value></value>
390+
<value />
392391
</replacement>
393392
</replacements>
394393
</configuration>
@@ -495,7 +494,7 @@
495494
<developerConnection>scm:git:https://github.com/conterra/mapapps-url-transparency.git
496495
</developerConnection>
497496
<url>https://github.com/conterra/mapapps-url-transparency</url>
498-
<tag>HEAD</tag>
497+
<tag>1.0.0</tag>
499498
</scm>
500499
<distributionManagement>
501500
<repository>

0 commit comments

Comments
 (0)