Skip to content

Commit a3e15a9

Browse files
author
emre
committed
0.2
1 parent e43d823 commit a3e15a9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

hazelcast-dynacache-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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>

hazelcast-dynacache/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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>
@@ -30,7 +30,7 @@
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>
@@ -85,4 +85,4 @@
8585
</plugin>
8686
</plugins>
8787
</build>
88-
</project>
88+
</project>

hazelcast-dynacache/src/main/resources/OSGI-INF/SUBSYSTEM.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Subsystem-SymbolicName: hazelcast-dynacache;visibility:=public
55
Subsystem-Version: 1.0.0.qualifier
66
Subsystem-Type: osgi.subsystem.feature
77
Manifest-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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>
@@ -57,4 +57,4 @@
5757
<url>http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url>
5858
</repository>
5959
</repositories>
60-
</project>
60+
</project>

reinstall-plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ else
99
fi
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

0 commit comments

Comments
 (0)