@nx/maven 22.4.3 → 22.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <p style="text-align: center;">
2
2
  <picture>
3
3
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
4
- <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
4
+ <img alt="Nx - Smart Monorepos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
5
5
  </picture>
6
6
  </p>
7
7
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  > Note: The `@nx/maven` plugin is currently experimental. Features and APIs may change.
24
24
 
25
- # Nx: Smart Repos · Fast Builds
25
+ # Nx: Smart Monorepos · Fast Builds
26
26
 
27
27
  Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
28
28
 
@@ -66,5 +66,5 @@ npx nx@latest init
66
66
  - [Blog Posts About Nx](https://nx.dev/blog)
67
67
 
68
68
  <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
69
- width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>
69
+ width="100%" alt="Nx - Smart Monorepos · Fast Builds"></a></p>
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/maven",
3
- "version": "22.4.3",
3
+ "version": "22.4.5",
4
4
  "private": false,
5
5
  "description": "Nx plugin for Maven integration",
6
6
  "repository": {
@@ -46,7 +46,7 @@
46
46
  "author": "Victor Savkin",
47
47
  "license": "MIT",
48
48
  "dependencies": {
49
- "@nx/devkit": "22.4.3",
49
+ "@nx/devkit": "22.4.5",
50
50
  "@xmldom/xmldom": "^0.8.10",
51
51
  "tslib": "^2.3.0"
52
52
  },
@@ -56,7 +56,7 @@
56
56
  "@types/xmldom": "^0.1.34",
57
57
  "jest": "^30.0.2",
58
58
  "memfs": "^4.9.2",
59
- "nx": "22.4.3",
59
+ "nx": "22.4.5",
60
60
  "ts-jest": "^29.4.0",
61
61
  "typescript": "~5.9.2"
62
62
  },