[maven-release-plugin] prepare release dependency-check-0.2.6.0

Former-commit-id: 3e72fb031177b1aac466a3c30be88a839667aef9
This commit is contained in:
Jeremy Long
2013-02-02 17:12:48 -05:00
parent 1404bbab9f
commit ba93be1814

10
pom.xml
View File

@@ -14,16 +14,15 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>. along with DependencyCheck. If not, see <http://www.gnu.org/licenses />.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
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> <modelVersion>4.0.0</modelVersion>
<groupId>org.codesecure</groupId> <groupId>org.codesecure</groupId>
<artifactId>dependency-check</artifactId> <artifactId>dependency-check</artifactId>
<version>0.2.5.2-SNAPSHOT</version> <version>0.2.6.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>DependencyCheck</name> <name>DependencyCheck</name>
@@ -50,6 +49,7 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
<connection>scm:git:git@github.com:jeremylong/DependencyCheck.git</connection> <connection>scm:git:git@github.com:jeremylong/DependencyCheck.git</connection>
<url>https://github.com/jeremylong/DependencyCheck.git</url> <url>https://github.com/jeremylong/DependencyCheck.git</url>
<developerConnection>scm:git:git@github.com:jeremylong/DependencyCheck.git</developerConnection> <developerConnection>scm:git:git@github.com:jeremylong/DependencyCheck.git</developerConnection>
<tag>dependency-check-0.2.6.0</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>github</system> <system>github</system>
@@ -110,7 +110,7 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version> <version>2.8.1</version>
<configuration> <configuration>
<bottom>Copyright&#169; 2012 Jeremy Long. All Rights Reserved.</bottom> <bottom>Copyright© 2012 Jeremy Long. All Rights Reserved.</bottom>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>