Skip to content

Commit

Permalink
Fixed dependency on plexus-cipher to user proper version 1.7 as reque…
Browse files Browse the repository at this point in the history
…sted via CQ #5646
  • Loading branch information
bentmann committed Nov 6, 2011
1 parent 2d7fa32 commit d4a669e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -90,6 +90,11 @@
<artifactId>plexus-utils</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/about.html
Expand Up @@ -85,7 +85,7 @@ <h4>Plexus Security Dispatcher 1.3</h4>
</p>
<p>The original binaries and source are available at the <a href="http://maven.org/">Central Repository</a>.

<h4>Plexus Cipher 1.4</h4>
<h4>Plexus Cipher 1.7</h4>
<p>
The Content includes software developed by Sonatype, Inc as part of the Plexus project.
Your use of Plexus Cipher in binary code form contained in the plug-in is subject to the terms and conditions of the
Expand Down

0 comments on commit d4a669e

Please sign in to comment.