Skip to content

Commit 49b956d

Browse files
[maven-release-plugin] [skip ci] prepare for next development iteration
1 parent c2c4760 commit 49b956d

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.whitesource</groupId>
55
<artifactId>wss-agent-parent</artifactId>
6-
<version>2.9.9.101</version>
6+
<version>2.9.9.102-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<name>White Source agent API</name>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:git@github.com:whitesource/agents.git</connection>
2424
<developerConnection>scm:git:git@github.com:whitesource/agents.git</developerConnection>
2525
<url>git@github.com:whitesource/agents.git</url>
26-
<tag>wss-agent-parent-2.9.9.101</tag>
26+
<tag>release-tag-2.9.9.86</tag>
2727
</scm>
2828
<issueManagement>
2929
<url>https://github.com/whitesource/agents/issues</url>

wss-agent-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.whitesource</groupId>
66
<artifactId>wss-agent-parent</artifactId>
7-
<version>2.9.9.101</version>
7+
<version>2.9.9.102-SNAPSHOT</version>
88
</parent>
99
<artifactId>wss-agent-api</artifactId>
1010
<packaging>jar</packaging>

wss-agent-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>wss-agent-parent</artifactId>
66
<groupId>org.whitesource</groupId>
7-
<version>2.9.9.101</version>
7+
<version>2.9.9.102-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>wss-agent-api-client</artifactId>

wss-agent-hash-calculator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.whitesource</groupId>
77
<artifactId>wss-agent-parent</artifactId>
8-
<version>2.9.9.101</version>
8+
<version>2.9.9.102-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.whitesource</groupId>
1212
<artifactId>wss-agent-hash-calculator</artifactId>
13-
<version>2.9.9.101</version>
13+
<version>2.9.9.102-SNAPSHOT</version>
1414
<name>wss-agent-hash-calculator</name>
1515

1616
<dependencies>

wss-agent-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.whitesource</groupId>
77
<artifactId>wss-agent-parent</artifactId>
8-
<version>2.9.9.101</version>
8+
<version>2.9.9.102-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>wss-agent-report</artifactId>

wss-agent-utils/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.whitesource</groupId>
77
<artifactId>wss-agent-parent</artifactId>
8-
<version>2.9.9.101</version>
8+
<version>2.9.9.102-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.whitesource</groupId>
1212
<artifactId>wss-agent-utils</artifactId>
13-
<version>2.9.9.101</version>
13+
<version>2.9.9.102-SNAPSHOT</version>
1414
<name>wss-agent-utils</name>
1515

1616
<dependencies>

wss-agent-via-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>wss-agent-parent</artifactId>
55
<groupId>org.whitesource</groupId>
6-
<version>2.9.9.101</version>
6+
<version>2.9.9.102-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)