Skip to content

Commit 07b96b1

Browse files
1.0.0.PreRelease
1 parent 5d84546 commit 07b96b1

File tree

11 files changed

+4
-200
lines changed

11 files changed

+4
-200
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>zero-ecosystem</artifactId>
77
<groupId>io.zerows</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>pom</packaging>
@@ -14,7 +14,6 @@
1414
<modules>
1515
<module>zero-entry-bootstrap-core</module>
1616
<module>zero-entry-bootstrap-extension</module>
17-
<module>zero-entry-bootstrap-osgi</module>
1817
<module>zero-entry-bootstrap-import</module>
1918
</modules>
2019
<build>

zero-entry-bootstrap-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.zerows</groupId>
88
<artifactId>zero-entry</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
</parent>
1111
<name>Zero.Entry.BootStrap.Core</name>
1212
<artifactId>zero-entry-bootstrap-core</artifactId>

zero-entry-bootstrap-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>zero-entry</artifactId>
77
<groupId>io.zerows</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

zero-entry-bootstrap-import/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>zero-entry</artifactId>
77
<groupId>io.zerows</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>zero-entry-bootstrap-import</artifactId>

zero-entry-bootstrap-osgi/pom.xml

-88
This file was deleted.

zero-entry-bootstrap-osgi/src/main/java/io/zerows/core/entry/osgi/AbstractContainerBundle.java

-36
This file was deleted.

zero-entry-bootstrap-osgi/src/main/java/io/zerows/core/entry/osgi/OEnvironment.java

-49
This file was deleted.

zero-entry-bootstrap-osgi/src/main/resources/META-INF/services/io.horizon.spi.HorizonIo

-1
This file was deleted.

zero-entry-bootstrap-osgi/zoc-build.sh

-7
This file was deleted.

zero-entry-bootstrap-osgi/zoc-dev.sh

-4
This file was deleted.

zero-entry-bootstrap-osgi/zoc.sh

-10
This file was deleted.

0 commit comments

Comments
 (0)