File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
hazelcast-dynacache-bundle
src/main/resources/OSGI-INF Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >com.hazelcast</groupId >
2323 <artifactId >hazelcast-dynacache-root</artifactId >
24- <version >0.1 </version >
24+ <version >0.2 </version >
2525 </parent >
2626
2727 <artifactId >hazelcast-dynacache-bundle</artifactId >
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >com.hazelcast</groupId >
2323 <artifactId >hazelcast-dynacache-root</artifactId >
24- <version >0.1 </version >
24+ <version >0.2 </version >
2525 </parent >
2626
2727 <artifactId >hazelcast-dynacache</artifactId >
3030 <dependency >
3131 <groupId >com.hazelcast</groupId >
3232 <artifactId >hazelcast-dynacache-bundle</artifactId >
33- <version >0.1 </version >
33+ <version >0.2 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >com.hazelcast</groupId >
8585 </plugin >
8686 </plugins >
8787 </build >
88- </project >
88+ </project >
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ Subsystem-SymbolicName: hazelcast-dynacache;visibility:=public
55Subsystem-Version: 1.0.0.qualifier
66Subsystem-Type: osgi.subsystem.feature
77Manifest-Version: 1.0
8- Subsystem-Content: com.hazelcast.dynacache-bundle;version="[0.1 .0,0.1 .0]",
8+ Subsystem-Content: com.hazelcast.dynacache-bundle;version="[0.2 .0,0.2 .0]",
99 com.hazelcast.client;version="[3.8.0.BUNDLE,3.8.0.BUNDLE]",
1010 com.ibm.wsspi.org.osgi.service.component.annotations.1.3.0;version=1.0.13
Original file line number Diff line number Diff line change 1919
2020 <groupId >com.hazelcast</groupId >
2121 <artifactId >hazelcast-dynacache-root</artifactId >
22- <version >0.1 </version >
22+ <version >0.2 </version >
2323 <packaging >pom</packaging >
2424
2525 <properties >
5757 <url >http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url >
5858 </repository >
5959 </repositories >
60- </project >
60+ </project >
Original file line number Diff line number Diff line change 99fi
1010
1111${LIBERTY_HOME} /bin/featureManager uninstall hazelcast-dynacache --noPrompts
12- ${LIBERTY_HOME} /bin/featureManager install hazelcast-dynacache/target/hazelcast-dynacache-0.1 .esa
12+ ${LIBERTY_HOME} /bin/featureManager install hazelcast-dynacache/target/hazelcast-dynacache-0.2 .esa
You can’t perform that action at this time.
0 commit comments