Skip to content

Commit 51aed63

Browse files
committed
Prepare version release-tag-2.9.9.87
1 parent 34cb92e commit 51aed63

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

pom.xml

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

1010
<groupId>org.whitesource</groupId>
1111
<artifactId>wss-agent-parent</artifactId>
12-
<version>2.9.9.87</version>
12+
<version>2.9.9.87-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>White Source agent API</name>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:[email protected]:whitesource/agents.git</connection>
3030
<developerConnection>scm:git:[email protected]:whitesource/agents.git</developerConnection>
3131
<url>[email protected]:whitesource/agents.git</url>
32-
<tag>release-tag-2.9.9.87</tag>
32+
<tag>release-tag-2.9.9.86</tag>
3333
</scm>
3434
<issueManagement>
3535
<url>https://github.com/whitesource/agents/issues</url>

wss-agent-api/pom.xml

Lines changed: 2 additions & 2 deletions
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.87</version>
7+
<version>2.9.9.87-SNAPSHOT</version>
88
</parent>
99
<artifactId>wss-agent-api</artifactId>
1010
<packaging>jar</packaging>
@@ -63,4 +63,4 @@
6363
</profile>
6464
</profiles>
6565

66-
</project>
66+
</project>

wss-agent-client/pom.xml

Lines changed: 2 additions & 2 deletions
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.87</version>
7+
<version>2.9.9.87-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>wss-agent-api-client</artifactId>
@@ -108,4 +108,4 @@
108108
</profile>
109109
</profiles>
110110

111-
</project>
111+
</project>

wss-agent-hash-calculator/pom.xml

Lines changed: 4 additions & 4 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.87</version>
8+
<version>2.9.9.87-SNAPSHOT</version>
99
</parent>
1010

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

1515
<dependencies>
1616
<dependency>
@@ -83,5 +83,5 @@
8383
<scope>test</scope>
8484
</dependency>
8585
</dependencies>
86-
87-
</project>
86+
87+
</project>

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.87</version>
8+
<version>2.9.9.87-SNAPSHOT</version>
99
</parent>
1010

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

wss-agent-utils/pom.xml

Lines changed: 4 additions & 4 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.87</version>
8+
<version>2.9.9.87-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.whitesource</groupId>
1212
<artifactId>wss-agent-utils</artifactId>
13-
<version>2.9.9.87</version>
13+
<version>2.9.9.87-SNAPSHOT</version>
1414

1515
<dependencies>
1616
<dependency>
@@ -45,5 +45,5 @@
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>
48-
49-
</project>
48+
49+
</project>

wss-agent-via-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<parent>
44
<artifactId>wss-agent-parent</artifactId>
55
<groupId>org.whitesource</groupId>
6-
<version>2.9.9.87</version>
6+
<version>2.9.9.87-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>wss-agent-via-api</artifactId>
11-
</project>
11+
</project>

0 commit comments

Comments
 (0)