|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<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"> |
5 | 3 | <modelVersion>4.0.0</modelVersion> |
6 | 4 |
|
7 | 5 | <groupId>be.sddevelopment.commons</groupId> |
8 | 6 | <artifactId>code-utils</artifactId> |
9 | | - <version>1.0.0-SNAPSHOT</version> |
| 7 | + <version>1.0.0</version> |
10 | 8 | <packaging>pom</packaging> |
11 | 9 |
|
12 | 10 | <description> |
|
50 | 48 | <connection>scm:git:ssh://git@github.com/sddevelopment-be/coding-utils.git</connection> |
51 | 49 | <developerConnection>scm:git:ssh://git@github.com/sddevelopment-be/coding-utils.git</developerConnection> |
52 | 50 | <url>https://github.com/sddevelopment-be/coding-utils</url> |
| 51 | + <tag>code-utils-1.0.0</tag> |
53 | 52 | </scm> |
54 | 53 |
|
55 | 54 | <properties> |
|
76 | 75 | <dependency> |
77 | 76 | <groupId>be.sddevelopment.commons</groupId> |
78 | 77 | <artifactId>commons</artifactId> |
79 | | - <version>1.0.0-SNAPSHOT</version> |
| 78 | + <version>1.0.0</version> |
80 | 79 | </dependency> |
81 | 80 | <dependency> |
82 | 81 | <groupId>be.sddevelopment.commons</groupId> |
83 | 82 | <artifactId>commons-kernel</artifactId> |
84 | | - <version>1.0.0-SNAPSHOT</version> |
| 83 | + <version>1.0.0</version> |
85 | 84 | </dependency> |
86 | 85 | <dependency> |
87 | 86 | <groupId>be.sddevelopment.commons</groupId> |
88 | 87 | <artifactId>commons-testing</artifactId> |
89 | | - <version>1.0.0-SNAPSHOT</version> |
| 88 | + <version>1.0.0</version> |
90 | 89 | </dependency> |
91 | 90 |
|
92 | 91 | <!-- BEGIN UTIL SCOPE --> |
|
319 | 318 | <artifactId>rewrite-github-actions</artifactId> |
320 | 319 | <version>2.9.2</version> |
321 | 320 | </dependency> |
322 | | - <dependency > |
| 321 | + <dependency> |
323 | 322 | <groupId>org.openrewrite.recipe</groupId> |
324 | 323 | <artifactId>rewrite-static-analysis</artifactId> |
325 | 324 | <version>1.20.0</version> |
|
0 commit comments