Skip to content

Commit

Permalink
Plugin will need to be a 4.3 only plugin.
Browse files Browse the repository at this point in the history
- This method was only introduced in 4.3.
  • Loading branch information
brettryan committed Jul 11, 2012
1 parent 37b7cbc commit fd7e9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<version>1.0-SNAPSHOT</version>

<properties>
<confluence.version>4.2.4</confluence.version>
<confluence.version>4.3-beta1</confluence.version>
<confluence.data.version>4.2.4</confluence.data.version>
<amps.version>3.11</amps.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void doExecute(JobExecutionContext jec) throws JobExecutionException {
if (st.isReportOnly() || systemSettings.isReportOnly()) {

} else {
//attachmentManager.removeAttachmentFromServer(p);
attachmentManager.removeAttachmentVersionFromServer(p);
}
}
MailLogEntry mle = new MailLogEntry(a, deletedVersions, st.isReportOnly() || systemSettings.isReportOnly(), st == systemSettings);
Expand Down

0 comments on commit fd7e9fd

Please sign in to comment.