Skip to content

Commit

Permalink
Trying to reproduce the projectbuilder issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejj0 committed Dec 2, 2024
1 parent c5af5f6 commit 5c7c74b
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 1 deletion.
10 changes: 10 additions & 0 deletions versions-maven-plugin/src/it-repo/dummy-1190-14.3.1.203.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>localhost</groupId>
<artifactId>dummy-1190</artifactId>
<version>14.3.1.203</version>
<packaging>pom</packaging>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>localhost</groupId>
<artifactId>dummy-1190</artifactId>
<version>14.3.1.300-SNAPSHOT</version>
<packaging>pom</packaging>

</project>
10 changes: 10 additions & 0 deletions versions-maven-plugin/src/it-repo/dummy-1190-14.3.1.300.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>localhost</groupId>
<artifactId>dummy-1190</artifactId>
<version>14.3.1.300</version>
<packaging>pom</packaging>

</project>
10 changes: 10 additions & 0 deletions versions-maven-plugin/src/it-repo/dummy-1190-14.3.1.301.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>localhost</groupId>
<artifactId>dummy-1190</artifactId>
<version>14.3.1.301</version>
<packaging>pom</packaging>

</project>
10 changes: 10 additions & 0 deletions versions-maven-plugin/src/it-repo/dummy-1190-14.4.1.200.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>localhost</groupId>
<artifactId>dummy-1190</artifactId>
<version>14.4.1.200</version>
<packaging>pom</packaging>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>localhost</groupId>
<artifactId>dummy-1190</artifactId>
<version>14.4.1.300-SNAPSHOT</version>
<packaging>pom</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>localhost</groupId>
<artifactId>dummy-1190</artifactId>
<version>14.3.1.300-SNAPSHOT</version>
<version>14.4.1.300-SNAPSHOT</version>
</parent>

<artifactId>test-artifact</artifactId>
Expand Down

0 comments on commit 5c7c74b

Please sign in to comment.