Skip to content

Commit c47c4e6

Browse files
rremerRoyce Remer
authored andcommitted
(RELEASE) Release version 3.0.1
1 parent e9564f1 commit c47c4e6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

MavenAnalysisConf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.salesforce.maven</groupId>
66
<artifactId>MavenBase</artifactId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
</parent>
99
<artifactId>MavenAnalysisConf</artifactId>
1010
<name>${project.artifactId}</name>

MavenParent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.salesforce.maven</groupId>
66
<artifactId>MavenBase</artifactId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
</parent>
99
<artifactId>MavenParent</artifactId>
1010
<packaging>pom</packaging>
@@ -23,7 +23,7 @@
2323
<license.regex.BSD-3>\A/\*$\n^ \* Copyright .?. \d\d\d\d, [^$]*$\n \* All rights reserved.$\n^ \*$\n^ \* Redistribution and use in source and binary forms, with or without$\n^ \* modification, are permitted provided that the following conditions are met\:$\n^ \* \* Redistributions of source code must retain the above copyright$\n^ \* notice, this list of conditions and the following disclaimer.$\n^ \* \* Redistributions in binary form must reproduce the above copyright$\n^ \* notice, this list of conditions and the following disclaimer in the$\n^ \* documentation and\/or other materials provided with the distribution.$\n^ \* \* Neither the name of the &lt;organization&gt; nor the$\n^ \* names of its contributors may be used to endorse or promote products$\n^ \* derived from this software without specific prior written permission.$\n^ \*$\n^ \* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND$\n^ \* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED$\n^ \* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE$\n^ \* DISCLAIMED. IN NO EVENT SHALL &lt;COPYRIGHT HOLDER&gt; BE LIABLE FOR ANY$\n^ \* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES$\n^ \* \(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;$\n^ \* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION\) HOWEVER CAUSED AND$\n^ \* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT$\n^ \* \(INCLUDING NEGLIGENCE OR OTHERWISE\) ARISING IN ANY WAY OUT OF THE USE OF THIS$\n^ \* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.$\n^ \*/$\n^</license.regex.BSD-3>
2424
<license.regex.CONFIDENTIAL><![CDATA[\A/\*$\n^ \* Copyright .?. \d\d\d\d, [^$]*$\n \* All rights reserved.$\n^ \*/$\n^]]></license.regex.CONFIDENTIAL>
2525
<license.regex.MIT>\A/\*$\n^ \* The MIT License$$\n^ \* Copyright .?. \d\d\d\d [^$]*$\n^ \*$\n^ \* Permission is hereby granted, free of charge, to any person obtaining a copy$\n^ \* of this software and associated documentation files \(the "Software"\), to deal$\n^ \* in the Software without restriction, including without limitation the rights$\n^ \* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell$\n^ \* copies of the Software, and to permit persons to whom the Software is$\n^ \* furnished to do so, subject to the following conditions\:$\n^ \*$\n^ \* The above copyright notice and this permission notice shall be included in$\n^ \* all copies or substantial portions of the Software.$\n^ \*$\n^ \* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR$\n^ \* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,$\n^ \* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE$\n^ \* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER$\n^ \* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,$\n^ \* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN$\n^ \* THE SOFTWARE.$\n^ \*/$\n^</license.regex.MIT>
26-
<maven.analysis.configuration>3.0.1-SNAPSHOT</maven.analysis.configuration>
26+
<maven.analysis.configuration>3.0.1</maven.analysis.configuration>
2727
<outputEncoding>UTF-8</outputEncoding>
2828
<parameter.checkstyle.failsOnError>false</parameter.checkstyle.failsOnError>
2929
<parameter.checkstyle.xml>checkstyle.xml</parameter.checkstyle.xml>

MavenSiteSkin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.salesforce.maven</groupId>
66
<artifactId>MavenBase</artifactId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
</parent>
99
<artifactId>MavenSiteSkin</artifactId>
1010
<name>${project.artifactId}</name>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Status ###
22

33
![Build Status](https://img.shields.io/circleci/build/github/salesforce/MavenParent)
4-
[![Maven Site](https://img.shields.io/badge/maven_site-3.0.0-green.svg)](https://opensource.salesforce.com/MavenParent/3.0.0/index.html)
4+
[![Maven Site](https://img.shields.io/badge/maven_site-3.0.1-green.svg)](https://opensource.salesforce.com/MavenParent/3.0.1/index.html)
55
![Maven Central](https://img.shields.io/maven-central/v/com.salesforce.maven/MavenParent)
66

77
Base Maven projects to get most the good stuff with minimal config on your part.
@@ -22,7 +22,7 @@ To use add to your maven project's pom.xml file:
2222
<parent>
2323
<groupId>com.salesforce.maven</groupId>
2424
<artifactId>MavenParent</artifactId>
25-
<version>3.0.0</version>
25+
<version>3.0.1</version>
2626
</parent>
2727

2828
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.salesforce.maven</groupId>
55
<artifactId>MavenBase</artifactId>
6-
<version>3.0.1-SNAPSHOT</version>
6+
<version>3.0.1</version>
77
<packaging>pom</packaging>
88
<name>${project.artifactId}</name>
99
<description>Please don't use this parent pom, but instead use MavenParent. This project exists to produce a site skin, a set of

0 commit comments

Comments
 (0)