diff options
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 cf35b6e4c..11ae58c1c 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-SNAPSHOT</version> + <version>1.0-beta-3</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 4f8f35e18..a81f093d6 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-SNAPSHOT</version> + <version>1.0-beta-3</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 59e0dfd7f..2d8f989ae 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-SNAPSHOT</version> + <version>1.0-beta-3</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 a055cf637..0ba8634f5 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-SNAPSHOT</version> + <version>1.0-beta-3</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 4745d0351..9cfceab6f 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-SNAPSHOT</version> + <version>1.0-beta-3</version> <relativePath>../pom.xml</relativePath> </parent> |