diff options
author | Brett Porter <brett@apache.org> | 2010-02-12 15:29:47 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-02-12 15:29:47 +0000 |
commit | 888eb009b7b5ea092e868167734a3e6a2b65ddee (patch) | |
tree | 19bbd3b6fec73f093ef7fac18c049d13b5ac0a61 /pom.xml | |
parent | 5f77fddbfba672928dfb0b5486996b8b8dd01417 (diff) | |
download | archiva-888eb009b7b5ea092e868167734a3e6a2b65ddee.tar.gz archiva-888eb009b7b5ea092e868167734a3e6a2b65ddee.zip |
[MRM-1304] Query using Group ID field in audit log report uses '/' as a separator instead of '.'
Submitted by: Adelita L. Padilla (applied with modifications to test)
Merged /archiva/trunk:r909454-909456
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@909461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-parent</artifactId> - <version>5</version> + <version>6-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <name>Archiva</name> |