diff options
| author | 2025-08-08 07:32:15 +0300 | |
|---|---|---|
| committer | 2025-08-08 07:32:15 +0300 | |
| commit | 30d19044cfec89a1b9363f71c598d7a05211b94c (patch) | |
| tree | fc86747cafce81ba44b7c17cefa40c5a579e649c | |
| parent | Update repositories (diff) | |
| download | lv.enes:parent-30d19044cfec89a1b9363f71c598d7a05211b94c.tar.gz lv.enes:parent-30d19044cfec89a1b9363f71c598d7a05211b94c.tar.xz lv.enes:parent-30d19044cfec89a1b9363f71c598d7a05211b94c.zip | |
Be more careful with versions and groupIds
| -rw-r--r-- | pom.xml | 13 |
1 files changed, 7 insertions, 6 deletions
| @@ -50,6 +50,7 @@ | |||
| 50 | <maven.version>4.0.0-rc-3</maven.version> | 50 | <maven.version>4.0.0-rc-3</maven.version> |
| 51 | <maven.version-range>[${maven.version}]</maven.version-range> | 51 | <maven.version-range>[${maven.version}]</maven.version-range> |
| 52 | 52 | ||
| 53 | <enes-parent.version>1.0.0-SNAPSHOT</enes-parent.version> | ||
| 53 | <enes-vocabulary-plugin.version>1.0.0-SNAPSHOT</enes-vocabulary-plugin.version> | 54 | <enes-vocabulary-plugin.version>1.0.0-SNAPSHOT</enes-vocabulary-plugin.version> |
| 54 | 55 | ||
| 55 | <bouncycastle.version>1.80</bouncycastle.version> | 56 | <bouncycastle.version>1.80</bouncycastle.version> |
| @@ -207,9 +208,9 @@ | |||
| 207 | <version>${checkstyle.version}</version> | 208 | <version>${checkstyle.version}</version> |
| 208 | </dependency> | 209 | </dependency> |
| 209 | <dependency> | 210 | <dependency> |
| 210 | <groupId>${project.groupId}</groupId> | 211 | <groupId>lv.enes</groupId> |
| 211 | <artifactId>buildstuffs</artifactId> | 212 | <artifactId>buildstuffs</artifactId> |
| 212 | <version>${project.version}</version> | 213 | <version>${enes-parent.version}</version> |
| 213 | </dependency> | 214 | </dependency> |
| 214 | </dependencies> | 215 | </dependencies> |
| 215 | </plugin> | 216 | </plugin> |
| @@ -319,9 +320,9 @@ | |||
| 319 | <version>${pmd.version}</version> | 320 | <version>${pmd.version}</version> |
| 320 | </dependency> | 321 | </dependency> |
| 321 | <dependency> | 322 | <dependency> |
| 322 | <groupId>${project.groupId}</groupId> | 323 | <groupId>lv.enes</groupId> |
| 323 | <artifactId>buildstuffs</artifactId> | 324 | <artifactId>buildstuffs</artifactId> |
| 324 | <version>${project.version}</version> | 325 | <version>${enes-parent.version}</version> |
| 325 | </dependency> | 326 | </dependency> |
| 326 | </dependencies> | 327 | </dependencies> |
| 327 | <configuration> | 328 | <configuration> |
| @@ -366,9 +367,9 @@ | |||
| 366 | </configuration> | 367 | </configuration> |
| 367 | <dependencies> | 368 | <dependencies> |
| 368 | <dependency> | 369 | <dependency> |
| 369 | <groupId>${project.groupId}</groupId> | 370 | <groupId>lv.enes</groupId> |
| 370 | <artifactId>buildstuffs</artifactId> | 371 | <artifactId>buildstuffs</artifactId> |
| 371 | <version>${project.version}</version> | 372 | <version>${enes-parent.version}</version> |
| 372 | </dependency> | 373 | </dependency> |
| 373 | </dependencies> | 374 | </dependencies> |
| 374 | </plugin> | 375 | </plugin> |