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 eb02ec7bb..b010c2621 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</version> + <version>1.1-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 709d616ff..f081fb95d 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</version> + <version>1.1-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 f8ed670d8..a12a34c69 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</version> + <version>1.1-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 d89634381..5e1c7fe9e 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</version> + <version>1.1-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 cdc3faf17..b74d8974b 100644 --- a/archiva-reporting/pom.xml +++ b/archiva-reporting/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.maven.archiva</groupId> <artifactId>archiva</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> |