Skip to content

Commit

Permalink
Bump releases
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jan 8, 2022
1 parent 21e2f37 commit 88e217d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/jenkins/split-plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ trilead-api 2.184 1.0.4
# JENKINS-64107
sshd 2.281 3.0.1

javax-activation-api 2.328 1.2.0-1
javax-mail-api 2.328 1.6.2-1
javax-activation-api 2.328 1.2.0-2
javax-mail-api 2.328 1.6.2-2
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ THE SOFTWARE.
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>javax-mail-api</artifactId>
<version>1.6.2-1</version>
<version>1.6.2-2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,13 +370,13 @@ THE SOFTWARE.
<artifactItem>
<groupId>io.jenkins.plugins</groupId>
<artifactId>javax-activation-api</artifactId>
<version>1.2.0-1</version>
<version>1.2.0-2</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
<groupId>io.jenkins.plugins</groupId>
<artifactId>javax-mail-api</artifactId>
<version>1.6.2-1</version>
<version>1.6.2-2</version>
<type>hpi</type>
</artifactItem>
</artifactItems>
Expand Down

0 comments on commit 88e217d

Please sign in to comment.