Skip to content

Commit

Permalink
Update LyoDesigner to use Lyo 5.1.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelkhoury committed Jun 29, 2023
1 parent efad54f commit 724134d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.plugins/pom.xml
Expand Up @@ -20,7 +20,7 @@
<tycho.version>2.2.0</tycho.version>
<eclipse.cbi>1.1.7</eclipse.cbi>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lyo.version>5.1.0-SNAPSHOT</lyo.version>
<lyo.version>5.1.1.Final</lyo.version>
</properties>
<repositories>
<repository>
Expand Down
Expand Up @@ -267,7 +267,7 @@
<subModelOperations xsi:type="tool_1:SetValue" featureName="filesBasePath" valueExpression="[filesBasePath/]"/>
</subModelOperations>
<subModelOperations xsi:type="tool_1:CreateInstance" typeName="adaptorinterface.MavenProjectConfiguration" referenceName="projectConfiguration" variableName="projectConfiguration">
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['5.0.0.Final'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['5.1.1.Final'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="groupId" valueExpression="[generalConfiguration.javaBasePackageName/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="artifactId" valueExpression="[adaptorInterface.name.toLower().replaceAll('\\W+', '-')/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="version" valueExpression="['0.0.1-SNAPSHOT'/]"/>
Expand Down Expand Up @@ -353,7 +353,7 @@
<subModelOperations xsi:type="tool_1:SetValue" featureName="filesBasePath" valueExpression="[filesBasePath/]"/>
</subModelOperations>
<subModelOperations xsi:type="tool_1:CreateInstance" typeName="adaptorinterface.MavenProjectConfiguration" referenceName="projectConfiguration" variableName="projectConfiguration">
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['5.0.0.Final'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['5.1.1.Final'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="groupId" valueExpression="[generalConfiguration.javaBasePackageName/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="artifactId" valueExpression="[adaptorInterface.name.toLower().replaceAll('\\W+', '-')/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="version" valueExpression="['0.0.1-SNAPSHOT'/]"/>
Expand Down Expand Up @@ -1007,7 +1007,7 @@
<subModelOperations xsi:type="tool_1:SetValue" featureName="filesBasePath" valueExpression="[filesBasePath/]"/>
</subModelOperations>
<subModelOperations xsi:type="tool_1:CreateInstance" typeName="adaptorinterface.MavenProjectConfiguration" referenceName="projectConfiguration" variableName="projectConfiguration">
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['5.0.0.Final'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['5.1.1.Final'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="groupId" valueExpression="[generalConfiguration.javaBasePackageName/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="artifactId" valueExpression="[adaptorInterface.name.toLower().replaceAll('\\W+', '-')/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="version" valueExpression="['0.0.1-SNAPSHOT'/]"/>
Expand Down Expand Up @@ -1936,7 +1936,7 @@
<subModelOperations xsi:type="tool_1:SetValue" featureName="doNotGenerate" valueExpression="[doNotGenerate/]"/>
</subModelOperations>
<subModelOperations xsi:type="tool_1:CreateInstance" typeName="adaptorinterface.MavenProjectConfiguration" referenceName="projectConfiguration" variableName="projectConfiguration">
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['5.0.0.Final'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['5.1.1.Final'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="artifactId" valueExpression="[if (container.oclIsTypeOf(DomainSpecification)) then container.oclAsType(DomainSpecification).name.toLower().replaceAll('\\W+', '-') else 'oslc-specification' endif/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="groupId" valueExpression="[if (not projectConfiguration.isNullOrEmpty(generalConfiguration.javaBasePackageName)) then generalConfiguration.javaBasePackageName else projectConfiguration.artifactId endif/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="version" valueExpression="['0.0.1-SNAPSHOT'/]"/>
Expand Down

0 comments on commit 724134d

Please sign in to comment.