File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The packages are published to the GitHub maven repository. Make sure to add it t
2020<dependency >
2121 <groupId >io.github.guacsec</groupId >
2222 <artifactId >trustify-da-api-model</artifactId >
23- <version >2.0.1 -SNAPSHOT</version >
23+ <version >2.0.2 -SNAPSHOT</version >
2424</dependency >
2525```
2626
@@ -29,5 +29,5 @@ The packages are published to the GitHub maven repository. Make sure to add it t
2929Add it to your project as follows:
3030
3131``` bash
32- npm install @guacsec/
[email protected] .
1 -SNAPSHOT
32+ npm install @guacsec/
[email protected] .
2 -SNAPSHOT
3333```
Original file line number Diff line number Diff line change 55
66 <groupId >io.github.guacsec</groupId >
77 <artifactId >trustify-da-api-model</artifactId >
8- <version >2.0.1 -SNAPSHOT</version >
8+ <version >2.0.2 -SNAPSHOT</version >
99 <name >Trustify Dependency Analytics API Spec</name >
1010 <description >Trustify :: Dependency Analytics :: Java API</description >
1111 <url >https://github.com/guacsec/trustify-da-api-spec</url >
@@ -411,7 +411,7 @@ limitations under the License.]]>
411411 <name >version.release</name >
412412 <value >${project.version} </value >
413413 <regex >-SNAPSHOT$</regex >
414- <replacement ></ replacement >
414+ <replacement / >
415415 <failIfNoMatch >false</failIfNoMatch >
416416 </configuration >
417417 </execution >
@@ -602,7 +602,7 @@ limitations under the License.]]>
602602 <id >release-npm</id >
603603 <properties >
604604 <npm .version>${version.release} </npm .version>
605- <npm .tag/>
605+ <npm .tag />
606606 </properties >
607607 </profile >
608608 <profile >
You can’t perform that action at this time.
0 commit comments