Skip to content

Commit

Permalink
Removing CuiProjectStage-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Jun 7, 2024
1 parent f4f98a7 commit d6f5963
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: cui-core-ui-model
pages-reference: cui-core-ui-model
sonar-project-key: cuioss_cui-core-ui-model
release:
current-version: 2.0.1
next-version: 2.0-SNAPSHOT
current-version: 2.1.0
next-version: 2.1-SNAPSHOT
12 changes: 7 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.cuioss</groupId>
<artifactId>cui-java-parent</artifactId>
<version>0.6.0</version>
<relativePath />
<version>0.7.0</version>
<relativePath/>
</parent>
<artifactId>cui-core-ui-model</artifactId>
<name>cui core UI-Model</name>
<version>2.0-SNAPSHOT</version>
<description>Defines types and stuctures simplifying the integration of
<description>Defines types and structures simplifying the integration of
server-side ui.
</description>
<packaging>jar</packaging>
Expand All @@ -19,7 +20,8 @@
<url>https://github.com/cuioss/cui-core-ui-model/</url>
<connection>scm:git:https://github.com/cuioss/cui-core-ui-model.git</connection>
<developerConnection>
scm:git:https://github.com/cuioss/cui-core-ui-model/</developerConnection>
scm:git:https://github.com/cuioss/cui-core-ui-model/
</developerConnection>
<tag>HEAD</tag>
</scm>
<issueManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ public interface CuiProjectStage extends Serializable {
boolean isTest();

/**
* @return true if project stage is 'configuration'.
*/
boolean isConfiguration();

/**
* @return true if project stage is 'production' or unknown.
* @return true if the project stage is 'production' or unknown.
*/
boolean isProduction();
}

0 comments on commit d6f5963

Please sign in to comment.