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 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> |