Skip to content

Commit fa95c63

Browse files
committed
pom refinement for jdk 11
1 parent dcfab33 commit fa95c63

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>logpresso</groupId>
77
<artifactId>logpresso-sdk-java</artifactId>
8-
<version>1.0.0-7</version>
8+
<version>1.1.0</version>
99
<packaging>jar</packaging>
1010
<name>Logpresso SDK for Java</name>
1111

@@ -147,13 +147,14 @@
147147
<plugin>
148148
<groupId>org.apache.felix</groupId>
149149
<artifactId>maven-ipojo-plugin</artifactId>
150-
<executions>
150+
<version>1.12.1.asm8</version>
151+
<!--<executions>
151152
<execution>
152153
<goals>
153154
<goal>ipojo-bundle</goal>
154155
</goals>
155156
</execution>
156-
</executions>
157+
</executions>-->
157158
</plugin>
158159
<plugin>
159160
<groupId>pl.project13.maven</groupId>
@@ -192,7 +193,7 @@
192193
<dependency>
193194
<groupId>org.araqne</groupId>
194195
<artifactId>araqne-websocket</artifactId>
195-
<version>0.2.8</version>
196+
<version>0.3.0</version>
196197
</dependency>
197198
<dependency>
198199
<groupId>org.araqne</groupId>

0 commit comments

Comments
 (0)