Skip to content

Commit

Permalink
Release UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyvison committed Mar 25, 2024
1 parent 1db8db2 commit 6b6cde2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.0-SNAPSHOT</version>
<version>2.0.5</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.3.0";
public static final String COMPILE_DEFAULT_ARCHETYPE_VERSION = "2.2.3";
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 6b6cde2

Please sign in to comment.