[plexus-cipher] branch master updated (cc853e4 -> d64b4f3)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jul 9 10:38:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository plexus-cipher.
from cc853e4 Moved the package to Git
new 04dfa81 Standard-Version updated to 3.9.6
new d21552e Switch to debhelper level 9
new 11de516 debian/watch: Updated the watched URL
adds 447a821 Initial upstream branch.
adds 940262e Imported Upstream version 1.7
new 1ee441b Merge tag 'upstream/1.7'
new 71fd5d9 Refreshed the patch
new 803a5d0 Added a build dependency on libsisu-maven-plugin-java
new d64b4f3 Upload to unstable
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 5 +
NOTICE.txt | 7 +
debian/changelog | 11 +-
debian/compat | 2 +-
debian/control | 7 +-
debian/patches/0001_PBECipherTest.patch | 7 +-
debian/watch | 4 +-
pom.xml | 137 ++++++
.../sonatype/plexus/components/cipher/Base64.java | 535 +++++++++++++++++++++
.../components/cipher/DefaultPlexusCipher.java | 226 +++++++++
.../plexus/components/cipher/PBECipher.java | 273 +++++++++++
.../plexus/components/cipher/PlexusCipher.java | 96 ++++
.../components/cipher/PlexusCipherException.java | 38 ++
src/main/resources/META-INF/plexus/components.xml | 12 +
.../components/cipher/DefaultPlexusCipherTest.java | 192 ++++++++
.../plexus/components/cipher/PBECipherTest.java | 87 ++++
16 files changed, 1625 insertions(+), 14 deletions(-)
create mode 100644 .gitignore
create mode 100644 NOTICE.txt
create mode 100644 pom.xml
create mode 100644 src/main/java/org/sonatype/plexus/components/cipher/Base64.java
create mode 100644 src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java
create mode 100644 src/main/java/org/sonatype/plexus/components/cipher/PBECipher.java
create mode 100644 src/main/java/org/sonatype/plexus/components/cipher/PlexusCipher.java
create mode 100644 src/main/java/org/sonatype/plexus/components/cipher/PlexusCipherException.java
create mode 100644 src/main/resources/META-INF/plexus/components.xml
create mode 100644 src/test/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipherTest.java
create mode 100644 src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-cipher.git
More information about the pkg-java-commits
mailing list