diff --git a/infrastructure/infrastructure-impl/pom.xml b/infrastructure/infrastructure-impl/pom.xml index 4d9fb5ed..30db0950 100644 --- a/infrastructure/infrastructure-impl/pom.xml +++ b/infrastructure/infrastructure-impl/pom.xml @@ -4,7 +4,7 @@ eu.fasten-project root - 0.0.14 + 0.0.15-SNAPSHOT ../.. infrastructure-impl @@ -13,7 +13,7 @@ eu.fasten-project infrastructure - 0.0.14 + 0.0.15-SNAPSHOT org.postgresql diff --git a/infrastructure/infrastructure-impl/src/main/resources/version.txt b/infrastructure/infrastructure-impl/src/main/resources/version.txt index 9789c4cc..f965076e 100644 --- a/infrastructure/infrastructure-impl/src/main/resources/version.txt +++ b/infrastructure/infrastructure-impl/src/main/resources/version.txt @@ -1 +1 @@ -0.0.14 +0.0.15-SNAPSHOT diff --git a/infrastructure/infrastructure-impl/src/test/java/eu/f4sten/infra/impl/utils/VersionImplTest.java b/infrastructure/infrastructure-impl/src/test/java/eu/f4sten/infra/impl/utils/VersionImplTest.java index 19702e0b..90c6e486 100644 --- a/infrastructure/infrastructure-impl/src/test/java/eu/f4sten/infra/impl/utils/VersionImplTest.java +++ b/infrastructure/infrastructure-impl/src/test/java/eu/f4sten/infra/impl/utils/VersionImplTest.java @@ -30,7 +30,7 @@ public class VersionImplTest { - private static final String CURRENT_VERSION = "0.0.14"; + private static final String CURRENT_VERSION = "0.0.15-SNAPSHOT"; private static String srcVersion; @BeforeAll diff --git a/infrastructure/infrastructure/pom.xml b/infrastructure/infrastructure/pom.xml index 77757a9c..edb44120 100644 --- a/infrastructure/infrastructure/pom.xml +++ b/infrastructure/infrastructure/pom.xml @@ -4,7 +4,7 @@ eu.fasten-project root - 0.0.14 + 0.0.15-SNAPSHOT ../.. infrastructure diff --git a/infrastructure/loader/pom.xml b/infrastructure/loader/pom.xml index 96e9a95e..fe8be86d 100644 --- a/infrastructure/loader/pom.xml +++ b/infrastructure/loader/pom.xml @@ -5,7 +5,7 @@ eu.fasten-project root - 0.0.14 + 0.0.15-SNAPSHOT ../.. loader @@ -33,52 +33,52 @@ eu.fasten-project infrastructure-impl - 0.0.14 + 0.0.15-SNAPSHOT eu.fasten-project examples - 0.0.14 + 0.0.15-SNAPSHOT eu.fasten-project maven-crawler - 0.0.14 + 0.0.15-SNAPSHOT eu.fasten-project pom-analyzer - 0.0.14 + 0.0.15-SNAPSHOT eu.fasten-project callable-indexer - 0.0.14 + 0.0.15-SNAPSHOT eu.fasten-project dependency-graph-resolver - 0.0.14 + 0.0.15-SNAPSHOT eu.fasten-project integration-tests - 0.0.14 + 0.0.15-SNAPSHOT eu.fasten-project ingested-artifact-completion - 0.0.14 + 0.0.15-SNAPSHOT eu.fasten-project sources-provider - 0.0.14 + 0.0.15-SNAPSHOT eu.fasten-project swh-inserter - 0.0.14 + 0.0.15-SNAPSHOT diff --git a/plugins/callable-indexer/pom.xml b/plugins/callable-indexer/pom.xml index 987280c7..323157fc 100644 --- a/plugins/callable-indexer/pom.xml +++ b/plugins/callable-indexer/pom.xml @@ -5,7 +5,7 @@ eu.fasten-project plugins - 0.0.14 + 0.0.15-SNAPSHOT callable-indexer diff --git a/plugins/dependency-graph-resolver/pom.xml b/plugins/dependency-graph-resolver/pom.xml index 8504451a..7322a883 100644 --- a/plugins/dependency-graph-resolver/pom.xml +++ b/plugins/dependency-graph-resolver/pom.xml @@ -5,7 +5,7 @@ eu.fasten-project plugins - 0.0.14 + 0.0.15-SNAPSHOT dependency-graph-resolver @@ -13,7 +13,7 @@ eu.fasten-project pom-analyzer - 0.0.14 + 0.0.15-SNAPSHOT diff --git a/plugins/examples/pom.xml b/plugins/examples/pom.xml index 737348c0..81b1966d 100644 --- a/plugins/examples/pom.xml +++ b/plugins/examples/pom.xml @@ -5,7 +5,7 @@ eu.fasten-project plugins - 0.0.14 + 0.0.15-SNAPSHOT examples \ No newline at end of file diff --git a/plugins/ingested-artifact-completion/pom.xml b/plugins/ingested-artifact-completion/pom.xml index 76f77d4d..1076d0fc 100644 --- a/plugins/ingested-artifact-completion/pom.xml +++ b/plugins/ingested-artifact-completion/pom.xml @@ -4,7 +4,7 @@ plugins eu.fasten-project - 0.0.14 + 0.0.15-SNAPSHOT ingested-artifact-completion @@ -12,7 +12,7 @@ eu.fasten-project pom-analyzer - 0.0.14 + 0.0.15-SNAPSHOT \ No newline at end of file diff --git a/plugins/integration-tests/pom.xml b/plugins/integration-tests/pom.xml index 323bfa61..f417853b 100644 --- a/plugins/integration-tests/pom.xml +++ b/plugins/integration-tests/pom.xml @@ -5,7 +5,7 @@ eu.fasten-project plugins - 0.0.14 + 0.0.15-SNAPSHOT integration-tests @@ -13,12 +13,12 @@ eu.fasten-project infrastructure-impl - 0.0.14 + 0.0.15-SNAPSHOT eu.fasten-project pom-analyzer - 0.0.14 + 0.0.15-SNAPSHOT diff --git a/plugins/maven-crawler/pom.xml b/plugins/maven-crawler/pom.xml index 97ceaa09..367a497b 100644 --- a/plugins/maven-crawler/pom.xml +++ b/plugins/maven-crawler/pom.xml @@ -5,7 +5,7 @@ eu.fasten-project plugins - 0.0.14 + 0.0.15-SNAPSHOT maven-crawler @@ -19,7 +19,7 @@ eu.fasten-project pom-analyzer - 0.0.14 + 0.0.15-SNAPSHOT org.apache.maven.indexer diff --git a/plugins/pom-analyzer/pom.xml b/plugins/pom-analyzer/pom.xml index 0a20518d..b03e7b50 100644 --- a/plugins/pom-analyzer/pom.xml +++ b/plugins/pom-analyzer/pom.xml @@ -5,7 +5,7 @@ eu.fasten-project plugins - 0.0.14 + 0.0.15-SNAPSHOT pom-analyzer diff --git a/plugins/pom.xml b/plugins/pom.xml index 8df52be8..9ecd5b83 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -4,7 +4,7 @@ eu.fasten-project root - 0.0.14 + 0.0.15-SNAPSHOT plugins pom @@ -25,7 +25,7 @@ eu.fasten-project infrastructure - 0.0.14 + 0.0.15-SNAPSHOT \ No newline at end of file diff --git a/plugins/sources-provider/pom.xml b/plugins/sources-provider/pom.xml index ef0c885f..d160d984 100644 --- a/plugins/sources-provider/pom.xml +++ b/plugins/sources-provider/pom.xml @@ -7,7 +7,7 @@ eu.fasten-project plugins - 0.0.14 + 0.0.15-SNAPSHOT sources-provider @@ -26,13 +26,13 @@ eu.fasten-project infrastructure-impl - 0.0.14 + 0.0.15-SNAPSHOT compile eu.fasten-project pom-analyzer - 0.0.14 + 0.0.15-SNAPSHOT compile diff --git a/plugins/swh-inserter/pom.xml b/plugins/swh-inserter/pom.xml index c4f81d24..fb84b9d4 100644 --- a/plugins/swh-inserter/pom.xml +++ b/plugins/swh-inserter/pom.xml @@ -7,7 +7,7 @@ plugins eu.fasten-project - 0.0.14 + 0.0.15-SNAPSHOT swh-inserter @@ -15,7 +15,7 @@ eu.fasten-project sources-provider - 0.0.14 + 0.0.15-SNAPSHOT compile diff --git a/pom.xml b/pom.xml index 8febdaba..ca2db2c6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ eu.fasten-project - 0.0.14 + 0.0.15-SNAPSHOT releng releng @@ -34,7 +34,7 @@ eu.fasten-project test-utils - 0.0.14 + 0.0.15-SNAPSHOT test diff --git a/releng/pom.xml b/releng/pom.xml index 21bdd05e..09381f64 100644 --- a/releng/pom.xml +++ b/releng/pom.xml @@ -4,7 +4,7 @@ eu.fasten-project releng - 0.0.14 + 0.0.15-SNAPSHOT pom diff --git a/test-utils/pom.xml b/test-utils/pom.xml index c0c2f82d..4dbfd736 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -4,7 +4,7 @@ eu.fasten-project - 0.0.14 + 0.0.15-SNAPSHOT releng ../releng