diff options
author | Maria Odea B. Ching <oching@apache.org> | 2007-11-09 08:30:01 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2007-11-09 08:30:01 +0000 |
commit | 68ec920cd9b390458e21209e0c9f8184b5af6c7f (patch) | |
tree | 3424d439bd4d91008ecb31b99e9f39f42292dfe9 /archiva-reporting | |
parent | d5a9482dd286b19cea7704997e67bc25e6c1ad27 (diff) | |
download | archiva-68ec920cd9b390458e21209e0c9f8184b5af6c7f.tar.gz archiva-68ec920cd9b390458e21209e0c9f8184b5af6c7f.zip |
[maven-release-plugin] prepare release archiva-1.0-beta-4
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593449 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 ec9657aea..c24098502 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-4-SNAPSHOT</version> + <version>1.0-beta-4</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 33d2a8001..d3194a93f 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-4-SNAPSHOT</version> + <version>1.0-beta-4</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 ba47ce8bd..86a036175 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-4-SNAPSHOT</version> + <version>1.0-beta-4</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 69351d28c..6fc576abc 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-4-SNAPSHOT</version> + <version>1.0-beta-4</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 38221d244..9c80c2de7 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-4-SNAPSHOT</version> + <version>1.0-beta-4</version> <relativePath>../pom.xml</relativePath> </parent> |