Skip to content

Commit

Permalink
Update dependency on Lyo to be 6.0.0.CR
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad-el-khoury committed Sep 23, 2024
1 parent b7f69f9 commit a04f1db
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<maven.compiler.release>17</maven.compiler.release>
<tycho.version>4.0.6</tycho.version>
<eclipse.cbi>1.1.7</eclipse.cbi>
<lyo.version>5.1.1.Final</lyo.version>
<lyo.version>6.0.0.CR</lyo.version>
</properties>
<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
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="['6.0.0-SNAPSHOT'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['6.0.0.CR'/]"/>
<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="['6.0.0-SNAPSHOT'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['6.0.0.CR'/]"/>
<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="['6.0.0-SNAPSHOT'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['6.0.0.CR'/]"/>
<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="['6.0.0-SNAPSHOT'/]"/>
<subModelOperations xsi:type="tool_1:SetValue" featureName="lyoVersion" valueExpression="['6.0.0.CR'/]"/>
<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 a04f1db

Please sign in to comment.