Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
saidone75 committed Dec 27, 2023
1 parent a822dab commit d893821
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alfresco-totp-authenticator-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.saidone</groupId>
<artifactId>alfresco-totp-authenticator-platform</artifactId>
<version>2.1-SNAPSHOT</version>
<version>3.0</version>
<name>alfresco-totp-authenticator-platform Platform/Repository JAR Module</name>
<description>Platform/Repo JAR Module (to be included in the alfresco.war)</description>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion alfresco-totp-authenticator-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.saidone</groupId>
<artifactId>alfresco-totp-authenticator-share</artifactId>
<version>2.1-SNAPSHOT</version>
<version>3.0</version>
<name>alfresco-totp-authenticator-share Share JAR Module</name>
<description>Share JAR Module</description>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.version>2.1-SNAPSHOT</project.version>
<project.version>3.0</project.version>
</properties>
<modules>
<module>alfresco-totp-authenticator-platform</module>
Expand Down

0 comments on commit d893821

Please sign in to comment.