Skip to content

Commit 67d127b

Browse files
authored
Merge pull request #83 from guacsec/chore/bump-version
chore: bump to next development version
2 parents 62b4e65 + 4635379 commit 67d127b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2929
Add 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
```

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)