diff options
author | Maria Odea B. Ching <oching@apache.org> | 2007-10-30 06:18:56 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2007-10-30 06:18:56 +0000 |
commit | 76ca3a6797ae0ce7b139bcfb882b5aacf440f547 (patch) | |
tree | 7891e8994c993c4cbb53c70de3995dab88057cf2 /archiva-reporting | |
parent | 7cde1cdf00a53755f6367a1ec3b916493b2fa079 (diff) | |
download | archiva-76ca3a6797ae0ce7b139bcfb882b5aacf440f547.tar.gz archiva-76ca3a6797ae0ce7b139bcfb882b5aacf440f547.zip |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@589972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-reporting')
-rwxr-xr-x | archiva-reporting/archiva-artifact-reports/pom.xml | 2 | ||||
-rwxr-xr-x | archiva-reporting/archiva-metadata-reports/pom.xml | 2 | ||||
-rwxr-xr-x | archiva-reporting/archiva-project-reports/pom.xml | 2 | ||||
-rwxr-xr-x | archiva-reporting/archiva-report-manager/pom.xml | 2 | ||||
-rw-r--r-- | archiva-reporting/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/archiva-reporting/archiva-artifact-reports/pom.xml b/archiva-reporting/archiva-artifact-reports/pom.xml index 11ae58c1c..ec9657aea 100755 --- a/archiva-reporting/archiva-artifact-reports/pom.xml +++ b/archiva-reporting/archiva-artifact-reports/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.archiva</groupId> <artifactId>archiva-reporting</artifactId> - <version>1.0-beta-3</version> + <version>1.0-beta-4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>archiva-artifact-reports</artifactId> diff --git a/archiva-reporting/archiva-metadata-reports/pom.xml b/archiva-reporting/archiva-metadata-reports/pom.xml index a81f093d6..33d2a8001 100755 --- a/archiva-reporting/archiva-metadata-reports/pom.xml +++ b/archiva-reporting/archiva-metadata-reports/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.archiva</groupId> <artifactId>archiva-reporting</artifactId> - <version>1.0-beta-3</version> + <version>1.0-beta-4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>archiva-metadata-reports</artifactId> diff --git a/archiva-reporting/archiva-project-reports/pom.xml b/archiva-reporting/archiva-project-reports/pom.xml index 2d8f989ae..ba47ce8bd 100755 --- a/archiva-reporting/archiva-project-reports/pom.xml +++ b/archiva-reporting/archiva-project-reports/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.archiva</groupId> <artifactId>archiva-reporting</artifactId> - <version>1.0-beta-3</version> + <version>1.0-beta-4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>archiva-project-reports</artifactId> diff --git a/archiva-reporting/archiva-report-manager/pom.xml b/archiva-reporting/archiva-report-manager/pom.xml index 0ba8634f5..69351d28c 100755 --- a/archiva-reporting/archiva-report-manager/pom.xml +++ b/archiva-reporting/archiva-report-manager/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.archiva</groupId> <artifactId>archiva-reporting</artifactId> - <version>1.0-beta-3</version> + <version>1.0-beta-4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>archiva-report-manager</artifactId> diff --git a/archiva-reporting/pom.xml b/archiva-reporting/pom.xml index 9cfceab6f..38221d244 100644 --- a/archiva-reporting/pom.xml +++ b/archiva-reporting/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.maven.archiva</groupId> <artifactId>archiva-parent</artifactId> - <version>1.0-beta-3</version> + <version>1.0-beta-4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> |