Skip to content

Commit

Permalink
[RELEASE] iText 7 RUPS - 7.1.14
Browse files Browse the repository at this point in the history
https://github.com/itext/i7j-rups/releases/tag/7.1.14

* release/7.1.14:
  [RELEASE] RUPS 7.1.14
  Remove explicit BouncyCastle reference
  Update CONTRIBUTING.md with latest information and links
  Update BouncyCastle version to 1.66
  Remove package-info.java
  [AFTER RELEASE] RUPS 7.1.13
  • Loading branch information
iText-CI committed Dec 23, 2020
2 parents f1e6f92 + d354c08 commit 4e113bf
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 44 deletions.
28 changes: 12 additions & 16 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ Before you submit your pull request consider the following guidelines:
* Verify that your proposed change hasn't already been addressed in the develop branch.
* Don't send a separate pull request for every single file you change.
* Please sign the [iText Contributor License Agreement (iCLA)](#cla) before sending pull
requests for any change of more than 20 significant lines of code (we're not counting curly braces and other syntactical sugar).
We cannot accept code without this agreement.
requests. We cannot accept code without this agreement.
* Fork the iText repository on GitHub.
* Clone your iText fork to your local machine.
* Make your changes, **including appropriate test cases**.
Expand Down Expand Up @@ -100,8 +99,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo

* We develop in Java first, and then port to .NET, so code submissions in Java are preferred.
Nevertheless this shouldn't stop you from making a good pull request to the .NET port.
* All Java code **must** be Java 7. Sorry, no lambda expressions or other Java 8 language features.
* All features or bug fixes **must be tested** by one or more [unit tests][unit-testing].
* All features or bug fixes **must be tested** by one or more unit tests.
* All public API methods **must be documented** with JavaDoc. To see how we document our APIs, please check
out the existing [javadocs][javadocs].
* We follow the rules contained in
Expand Down Expand Up @@ -151,8 +149,7 @@ reference JIRA or GitHub issues that this commit **Closes**.

## <a name="cla">Signing the iCLA</a>

Please sign the **iText Contributor License Agreement (iCLA)** before sending pull requests. For any larger code
changes (more than 20 lines of significant code) to be accepted, the iCLA must be signed. It's a quick process, we promise!
Please sign the [**iText Contributor License Agreement (iCLA)**][cla] before sending pull requests. For any code changes to be accepted, the iCLA must be signed. It's a quick process, we promise!

We'll need you to [(digitally) sign and then email, fax or mail the form][cla].

Expand All @@ -165,18 +162,17 @@ We use the [Stack Exchange][stackoverflow] network for free support and [GitHub]
* StackExchange: [http://stackexchange.com/legal](http://stackexchange.com/legal)
* Github: [https://help.github.com/articles/github-terms-of-service/](https://help.github.com/articles/github-terms-of-service/)

[cla]: http://itextpdf.com/policy
[cla]: https://itextpdf.com/en/how-buy/legal/itext-contributor-license-agreement
[coc]: CODE_OF_CONDUCT.md
[github]: https://github.com/itext/itext7
[java-style-guide]: http://www.oracle.com/technetwork/java/codeconvtoc-136057.html
[javadocs]: http://itextpdf.com/api
[pull]: https://github.com/itext/itext7/pulls
[github]: https://github.com/itext/i7j-rups
[java-style-guide]: https://www.oracle.com/technetwork/java/codeconvtoc-136057.html
[javadocs]: https://itextpdf.com/api
[pull]: https://github.com/itext/i7j-rups/pulls
[sscce]: http://sscce.org/
[stackoverflow]: http://stackoverflow.com/questions/tagged/itext7
[good-questions]: http://stackoverflow.com/help/how-to-ask
[mcve]: http://stackoverflow.com/help/mcve
[support]: http://itextpdf.com/support
[unit-testing]: http://junit.org/
[stackoverflow]: https://stackoverflow.com/questions/tagged/itext7
[good-questions]: https://stackoverflow.com/help/how-to-ask
[mcve]: https://stackoverflow.com/help/mcve
[support]: https://itextpdf.com/support
[git-commit]: https://chris.beams.io/posts/git-commit/
[git-commit-separate]: https://chris.beams.io/posts/git-commit/#separate
[git-commit-limit-50]: https://chris.beams.io/posts/git-commit/#limit-50
Expand Down
17 changes: 2 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.13</version>
<relativePath/>
<version>7.1.14</version>
<relativePath />
</parent>

<artifactId>itext-rups</artifactId>
Expand Down Expand Up @@ -52,7 +52,6 @@

<properties>
<assembly-plugin.version>3.2.0</assembly-plugin.version>
<bouncycastle.version>1.64</bouncycastle.version>
<dom4j.version>2.1.3</dom4j.version>
<itext.version>${project.parent.version}</itext.version>
<launch4j.version>1.7.25</launch4j.version>
Expand Down Expand Up @@ -82,18 +81,6 @@
<artifactId>kernel</artifactId>
<version>${itext.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/main/java/com/itextpdf/rups/event/package-info.java

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/main/java/com/itextpdf/rups/io/package-info.java

This file was deleted.

1 change: 0 additions & 1 deletion src/main/java/com/itextpdf/rups/model/package-info.java

This file was deleted.

1 change: 0 additions & 1 deletion src/main/java/com/itextpdf/rups/package-info.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/main/java/com/itextpdf/rups/view/package-info.java

This file was deleted.

0 comments on commit 4e113bf

Please sign in to comment.