Skip to content

Commit

Permalink
[maven-release-plugin][ci skip]prepare release 1.1.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
gochev committed Jun 8, 2016
1 parent 1a79ae6 commit 100da0c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@
~ Information and shall use it only in accordance with the terms of the
~ license agreement you entered into with nemesis.
-->
<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">
<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>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>2.0.5.RELEASE</version>
<relativePath/>
<relativePath />
</parent>

<groupId>com.nemesis</groupId>
<artifactId>bom</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<packaging>pom</packaging>

<name>Nemesis BOM</name>
Expand Down Expand Up @@ -83,7 +82,7 @@
<connection>scm:git:[email protected]:nemesis-software/nemesis-bom.git</connection>
<developerConnection>scm:git:[email protected]:nemesis-software/nemesis-bom.git</developerConnection>
<url>https://github.com/nemesis-software/nemesis-bom.git</url>
<tag>0.9</tag>
<tag>1.1.0.RELEASE</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down Expand Up @@ -1671,15 +1670,15 @@
<license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
<licenseFamilyCategory>AL2</licenseFamilyCategory>
<licenseFamilyName>Apache License 2.0</licenseFamilyName>
<notes/>
<notes />
<patterns>
<pattern>Licensed to the Apache Software Foundation (ASF) under one</pattern>
</patterns>
</license>
<license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
<licenseFamilyCategory>NPCL</licenseFamilyCategory>
<licenseFamilyName>Nemesis Platform Commercial License 1.0</licenseFamilyName>
<notes/>
<notes />
<patterns>
<pattern>nemesis Platform - NExt-generation Multichannel E-commerce SYStem</pattern>
</patterns>
Expand Down

0 comments on commit 100da0c

Please sign in to comment.