Skip to content

Commit

Permalink
Bump Version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyvison committed Oct 6, 2024
1 parent 766c6b5 commit 7925a5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.starter</groupId>
<artifactId>jakarta-starter</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>maven-archetype</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.starter</groupId>
<artifactId>jakarta-starter-ui</artifactId>
<version>2.0.6</version>
<version>2.0.7</version>
<packaging>war</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/java/org/eclipse/starter/ui/VersionInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class VersionInfo {

public static final String VERSION_PROPERTY = "version";
public static final String COMPILE_DEFAULT_ARCHETYPE_VERSION = "2.2.3";
public static final String COMPILE_DEFAULT_ARCHETYPE_VERSION = "2.4.0";
public static final String ARCHETYPE_VERSION_ENV_VAR = System.getenv("ARCHETYPE_VERSION");
public static final String ARCHETYPE_VERSION = ( ARCHETYPE_VERSION_ENV_VAR != null)
? System.getenv("ARCHETYPE_VERSION")
Expand Down

0 comments on commit 7925a5e

Please sign in to comment.