Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
ea03def
[maven-release-plugin] prepare release 1.4.2
sparkhi Dec 16, 2025
5008dec
[maven-release-plugin] prepare for next development iteration
sparkhi Dec 16, 2025
2eedd7f
[maven-release-plugin] rollback the release of 1.4.2
sparkhi Dec 16, 2025
cc7571c
sonatype repository location updated
sparkhi Dec 16, 2025
0469b82
[maven-release-plugin] prepare release 1.4.2
sparkhi Dec 16, 2025
dd1b9d6
[maven-release-plugin] prepare for next development iteration
sparkhi Dec 16, 2025
59e0cd8
sonatype repository location updated
sparkhi Jan 6, 2026
f40a05f
reinstated name tag in distribution management
sparkhi Jan 6, 2026
c7d2eb3
[maven-release-plugin] prepare release 1.4.3-RC1
sparkhi Jan 6, 2026
30e89d2
[maven-release-plugin] prepare for next development iteration
sparkhi Jan 6, 2026
2d6c8cb
[maven-release-plugin] rollback the release of 1.4.3-RC1
sparkhi Jan 6, 2026
3fde967
[maven-release-plugin] prepare release 1.4.3-RC1
sparkhi Jan 6, 2026
88278a8
[maven-release-plugin] prepare for next development iteration
sparkhi Jan 6, 2026
a59d169
[maven-release-plugin] rollback the release of 1.4.3-RC1
sparkhi Jan 6, 2026
4569b12
reinstated name tag in distribution management
sparkhi Jan 6, 2026
e068841
[maven-release-plugin] prepare release 1.4.3-RC1
sparkhi Jan 6, 2026
7d81ae4
[maven-release-plugin] prepare for next development iteration
sparkhi Jan 6, 2026
fb4745c
[maven-release-plugin] prepare release 1.4.3
sparkhi Jan 6, 2026
6b38e33
[maven-release-plugin] prepare for next development iteration
sparkhi Jan 6, 2026
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
2 changes: 1 addition & 1 deletion csv-validator-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.gov.nationalarchives</groupId>
<artifactId>csv-validator-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.4-SNAPSHOT</version>
<relativePath>../csv-validator-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion csv-validator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.gov.nationalarchives</groupId>
<artifactId>csv-validator-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.4-SNAPSHOT</version>
<relativePath>../csv-validator-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion csv-validator-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.gov.nationalarchives</groupId>
<artifactId>csv-validator-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.4-SNAPSHOT</version>
<relativePath>../csv-validator-parent</relativePath>
</parent>
<artifactId>csv-validator-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion csv-validator-java-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.gov.nationalarchives</groupId>
<artifactId>csv-validator-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.4-SNAPSHOT</version>
<relativePath>../csv-validator-parent</relativePath>
</parent>

Expand Down
14 changes: 7 additions & 7 deletions csv-validator-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>uk.gov.nationalarchives</groupId>
<artifactId>csv-validator-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>csv-validator-parent</name>
Expand Down Expand Up @@ -117,14 +117,14 @@
</build>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshot-staging</id>
<name>Nexus Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<id>ossrh</id>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How come we removed the <name> tag?

<url>https://central.sonatype.com/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-release-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>ossrh</id>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How come we removed the <name> tag?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore this for a bit, I am re-instating the old URLs and tags to try another release.

<url>
https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/
</url>
</repository>
</distributionManagement>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion csv-validator-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.gov.nationalarchives</groupId>
<artifactId>csv-validator-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.4-SNAPSHOT</version>
<relativePath>../csv-validator-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.nationalarchives</groupId>
<artifactId>csv-validator-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.4-SNAPSHOT</version>
<relativePath>csv-validator-parent</relativePath>
</parent>

Expand Down
Loading