Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>roseau-cli</artifactId>
Expand Down Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ static ArtifactCoordinates parse(String coordinates) {
case 4 -> new ArtifactCoordinates(parts[0], parts[1], parts[3], parts[2], null);
case 5 -> new ArtifactCoordinates(parts[0], parts[1], parts[4], parts[2], parts[3]);
default -> throw new IllegalArgumentException(
"Invalid Maven coordinates '%s': expected groupId:artifactId:version".formatted(coordinates));
"Invalid Maven coordinates '%s': expected groupId:artifactId:version[:extension[:classifier]]"
.formatted(coordinates));
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void no_mode() {
void version_uses_build_version() {
var exitCode = cmd.execute("--version");

assertThat(out.toString()).contains("Roseau 0.6.0-SNAPSHOT");
assertThat(out.toString()).contains("Roseau " + RoseauCLI.VersionProvider.resolveVersion());
assertThat(exitCode).isEqualTo(ExitCode.SUCCESS.code());
}

Expand Down
4 changes: 2 additions & 2 deletions combinatorial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>roseau-combinatorial</artifactId>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>org.javatuples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>roseau-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @param impactedSymbol The API symbol impacted by the breaking change
* @param newSymbol If applicable, the corresponding symbol in the new version
* @param details Additional details about the breaking change
* @param location The source location to report for the breaking change
* @see BreakingChangeKind
*/
public record BreakingChange(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.alien</groupId>
<artifactId>api-extractor-tests</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>without-modules</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.alien</groupId>
<artifactId>api-extractor-tests</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>without-modules</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>roseau-maven-plugin</artifactId>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-maven-plugin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-maven-plugin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-maven-plugin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-maven-plugin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-maven-plugin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-maven-plugin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<plugin>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-maven-plugin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-maven-plugin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.alien-tools</groupId>
<artifactId>roseau-parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>
<name>Roseau parent module</name>
<description>Fast and accurate API breaking change analysis of Java libraries</description>
Expand Down
Loading