Skip to content

Commit

Permalink
Release of version 1.2.0 (utils-se only!)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed Sep 29, 2022
1 parent 51050b5 commit f71ce7e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Utility classes for Java SE, CDI, CDI-test, ...

For Java 7 support, you can use version 0.9.3.2.

Release of version 1.2.0 contains only _utils SE_ module. The code repository will be split up soon since _utils SE_ change rate is much higher than the CDI and JSF one and no need to release them all the time without any real changes.

## utils SE

* String Utils
Expand Down
2 changes: 1 addition & 1 deletion commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ mvn license:format

# Setting versions

mvn versions:set -DnewVersion=1.2.0-SNAPSHOT -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=1.2.0 -DgenerateBackupPoms=false
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>be.atbash.utils</groupId>
<artifactId>utils-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -314,14 +314,14 @@
</build>

</profile>
<profile>
<!--profile>
<id>jdk11-Profile</id>
<properties>
<documentation.skip>true</documentation.skip>
</properties>
<activation>
<jdk>11</jdk>
</activation>
</profile>
</profile-->
</profiles>
</project>
2 changes: 1 addition & 1 deletion test-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>be.atbash.utils</groupId>
<artifactId>utils-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>be.atbash.utils</groupId>
<artifactId>utils-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils-se/src/main/doc/javase.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Java SE utils
Rudy De Busscher <rdebusscher@gmail.com>
v1.2.0, ??/??/2022
v1.2.0, 29/09/2022

== Release notes

Expand Down
Binary file modified utils-se/src/main/doc/javase.pdf
Binary file not shown.

0 comments on commit f71ce7e

Please sign in to comment.