Updated to version 1.0.2

Former-commit-id: 2bc5dbe4cae0c2da1b3bbae36a435e6847f7d487
This commit is contained in:
Jeremy Long
2013-09-03 21:13:01 -04:00
parent 6f94faee14
commit 032620451a
6 changed files with 15 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
<parent> <parent>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId> <artifactId>dependency-check-parent</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2</version>
</parent> </parent>
<artifactId>dependency-check-ant</artifactId> <artifactId>dependency-check-ant</artifactId>

View File

@@ -22,7 +22,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<parent> <parent>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId> <artifactId>dependency-check-parent</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2</version>
</parent> </parent>
<artifactId>dependency-check-cli</artifactId> <artifactId>dependency-check-cli</artifactId>

View File

@@ -22,7 +22,7 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
<parent> <parent>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId> <artifactId>dependency-check-parent</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2</version>
</parent> </parent>
<artifactId>dependency-check-core</artifactId> <artifactId>dependency-check-core</artifactId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId> <artifactId>dependency-check-parent</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2</version>
</parent> </parent>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
@@ -31,7 +31,7 @@
</roles> </roles>
</developer> </developer>
</developers> </developers>
<!-- begin copy from http://minds.coremedia.com/2012/09/11/problem-solved-deploy-multi-module-maven-project-site-as-github-pages/ --> <!-- begin copy from http://minds.coremedia.com/2012/09/11/problem-solved-deploy-multi-module-maven-project-site-as-github-pages/ -->
<distributionManagement> <distributionManagement>
<site> <site>
<id>github-pages-site</id> <id>github-pages-site</id>
@@ -55,9 +55,9 @@
<url>http://www.gnu.org/licenses/</url> <url>http://www.gnu.org/licenses/</url>
</license> </license>
</licenses> </licenses>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<version>3.3</version> <version>3.3</version>
@@ -86,9 +86,9 @@
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
</reportPlugins> </reportPlugins>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>

View File

@@ -24,7 +24,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<parent> <parent>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId> <artifactId>dependency-check-parent</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2</version>
</parent> </parent>
<artifactId>dependency-check-maven</artifactId> <artifactId>dependency-check-maven</artifactId>

View File

@@ -22,7 +22,7 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId> <artifactId>dependency-check-parent</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>