Skip to content

Commit

Permalink
Bump version to 0.0.16-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
proksch authored Sep 29, 2022
1 parent 7b65e2f commit 39adfed
Show file tree
Hide file tree
Showing 18 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions infrastructure/infrastructure-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>root</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>infrastructure-impl</artifactId>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>infrastructure</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.15
0.0.16-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

public class VersionImplTest {

private static final String CURRENT_VERSION = "0.0.15";
private static final String CURRENT_VERSION = "0.0.16-SNAPSHOT";
private static String srcVersion;

@BeforeAll
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>root</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>infrastructure</artifactId>
Expand Down
22 changes: 11 additions & 11 deletions infrastructure/loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>root</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>loader</artifactId>
Expand Down Expand Up @@ -33,52 +33,52 @@
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>infrastructure-impl</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>examples</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>maven-crawler</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>pom-analyzer</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>callable-indexer</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>dependency-graph-resolver</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>integration-tests</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>ingested-artifact-completion</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>sources-provider</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>swh-inserter</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>

<!-- actual dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/callable-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>plugins</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent>
<artifactId>callable-indexer</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions plugins/dependency-graph-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>plugins</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent>
<artifactId>dependency-graph-resolver</artifactId>

<dependencies>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>pom-analyzer</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>plugins</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent>
<artifactId>examples</artifactId>
</project>
4 changes: 2 additions & 2 deletions plugins/ingested-artifact-completion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>eu.fasten-project</groupId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent>
<artifactId>ingested-artifact-completion</artifactId>

<dependencies>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>pom-analyzer</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions plugins/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>plugins</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent>
<artifactId>integration-tests</artifactId>

<dependencies>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>infrastructure-impl</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>pom-analyzer</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions plugins/maven-crawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>plugins</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent>
<artifactId>maven-crawler</artifactId>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>pom-analyzer</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven.indexer</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>plugins</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent>
<artifactId>pom-analyzer</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>root</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent>
<artifactId>plugins</artifactId>
<packaging>pom</packaging>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>infrastructure</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions plugins/sources-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>eu.fasten-project</groupId>
<artifactId>plugins</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent>

<artifactId>sources-provider</artifactId>
Expand All @@ -26,13 +26,13 @@
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>infrastructure-impl</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>pom-analyzer</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions plugins/swh-inserter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>eu.fasten-project</groupId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
</parent>
<artifactId>swh-inserter</artifactId>

<dependencies>
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>sources-provider</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>eu.fasten-project</groupId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<artifactId>releng</artifactId>
<relativePath>releng</relativePath>
</parent>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>eu.fasten-project</groupId>
<artifactId>test-utils</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eu.fasten-project</groupId>
<artifactId>releng</artifactId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>eu.fasten-project</groupId>
<version>0.0.15</version>
<version>0.0.16-SNAPSHOT</version>
<artifactId>releng</artifactId>
<relativePath>../releng</relativePath>
</parent>
Expand Down

0 comments on commit 39adfed

Please sign in to comment.