|
|
@ -41,7 +41,7 @@
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.wso2.maven</groupId>
|
|
|
|
<groupId>org.wso2.maven</groupId>
|
|
|
|
<artifactId>carbon-p2-plugin</artifactId>
|
|
|
|
<artifactId>carbon-p2-plugin</artifactId>
|
|
|
|
<version>1.5.3</version>
|
|
|
|
<version>1.5.4</version>
|
|
|
|
<executions>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<execution>
|
|
|
|
<id>2-p2-repo-generation</id>
|
|
|
|
<id>2-p2-repo-generation</id>
|
|
|
@ -56,7 +56,7 @@
|
|
|
|
<publishArtifactRepository>true</publishArtifactRepository>
|
|
|
|
<publishArtifactRepository>true</publishArtifactRepository>
|
|
|
|
<featureArtifacts>
|
|
|
|
<featureArtifacts>
|
|
|
|
<featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
org.coffeeking:org.coffeeking.connectedcup.feature:${carbon.device.mgt.plugin.version}
|
|
|
|
org.coffeeking:org.coffeeking.connectedcup.feature:\${org.coffeeking.version}
|
|
|
|
</featureArtifactDef>
|
|
|
|
</featureArtifactDef>
|
|
|
|
</featureArtifacts>
|
|
|
|
</featureArtifacts>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
@ -76,7 +76,7 @@
|
|
|
|
<features>
|
|
|
|
<features>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.coffeeking.connectedcup.feature.group</id>
|
|
|
|
<id>org.coffeeking.connectedcup.feature.group</id>
|
|
|
|
<version>${carbon.device.mgt.plugin.version}</version>
|
|
|
|
<version>\${org.coffeeking.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
</features>
|
|
|
|
</features>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
@ -189,6 +189,7 @@
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</repositories>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<carbon.device.mgt.plugin.version>1.0.0</carbon.device.mgt.plugin.version>
|
|
|
|
<carbon.device.mgt.plugin.version>${carbon.device.mgt.plugin.version}</carbon.device.mgt.plugin.version>
|
|
|
|
|
|
|
|
<org.coffeeking.version>1.0.0</org.coffeeking.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
</project>
|
|
|
|
</project>
|