Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsolcisrv Service committed Jul 25, 2019
1 parent e45ae82 commit 4494ada
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
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-printing-enhanced</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<repositories>
<repository>
Expand Down Expand Up @@ -286,7 +285,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 @@ -371,7 +370,7 @@
<!-- remove bundleLocations from app.json -->
<token>\s*"bundleLocations"\s*:\s*\[\s*"localbundles"\s*,\s*"bundles"\s*\]\s*,\s*
</token>
<value/>
<value />
</replacement>
</replacements>
</configuration>
Expand Down Expand Up @@ -526,7 +525,7 @@
<developerConnection>scm:git:https://github.com/conterra/mapapps-printing-enhanced.git
</developerConnection>
<url>https://github.com/conterra/mapapps-printing-enhanced</url>
<tag>HEAD</tag>
<tag>1.0.0</tag>
</scm>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 4494ada

Please sign in to comment.