Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelrhman-Ellithy committed Nov 22, 2024
1 parent 7dc6051 commit 4759dff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Here is the updated **Getting Started** section formatted for your README file:
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<Ellithiumversion>1.0.7</Ellithiumversion>
<Ellithiumversion>1.0.9</Ellithiumversion>
</properties>
<dependencies>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</profile>
</profiles>
<properties>
<EllithiumVersion>1.0.8</EllithiumVersion>
<EllithiumVersion>1.0.9</EllithiumVersion>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -86,10 +86,10 @@
<publishJavaDocs>mvn resources:resources javadoc:javadoc scm-publish:publish-scm</publishJavaDocs>
<deployToMavenCentral>
check version config, readme,
gpg -ab target/ellithium-1.0.8.jar
gpg -ab target/ellithium-1.0.8-javadoc.jar
gpg -ab target/ellithium-1.0.8-sources.jar
gpg -ab target/ellithium-1.0.8.pom
gpg -ab target/ellithium-1.0.9.jar
gpg -ab target/ellithium-1.0.9-javadoc.jar
gpg -ab target/ellithium-1.0.9-sources.jar
gpg -ab target/ellithium-1.0.9.pom
gpg --keyserver keyserver.ubuntu.com --send-keys
mvn clean deploy -P central,!github -DskipTests -X</deployToMavenCentral>
<deployToGithubPacakge>mvn clean deploy -P github,!ossrh -DskipTests -X</deployToGithubPacakge>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/properties/config.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Sep 09 13:46:17 EEST 2024
#Do not delete it, you can change it to the current version you use if needed
EllithiumVersion=1.0.8
EllithiumVersion=1.0.9

allureVersion=2.30.0
#runMode Options: BDD, NonBDD
Expand Down

0 comments on commit 4759dff

Please sign in to comment.