File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# If you have Docker installed, from the root of the project run
1313# the following to create a container image for this Dockerfile via:
1414#
15- # docker build -t java_stix_img .
15+ # docker build -t nemonik/java-stix .
1616#
1717# Then create a container using the image you just created via:
1818#
19- # docker run -t -i java_stix_img_v1_1_1_1 /bin/bash
19+ # docker run -t -i nemonik/java-stix /bin/bash
2020#
2121# To retreive the jar archives from the running docker container use following
2222# from the command-line of your docker host, not the container:
2323#
24- # docker cp <container id>:/java-stix/build/libs/stix-1.1.1.1 -SNAPSHOT-javadoc.jar .
25- # docker cp <container id>:/java-stix/build/libs/stix-1.1.1.1 -SNAPSHOT-sources.jar .
26- # docker cp <container id>:/java-stix/build/libs/stix-1.1.1.1 -SNAPSHOT.jar .
24+ # docker cp <container id>:/java-stix/build/libs/stix-1.2.0.2 -SNAPSHOT-javadoc.jar .
25+ # docker cp <container id>:/java-stix/build/libs/stix-1.2.0.2 -SNAPSHOT-sources.jar .
26+ # docker cp <container id>:/java-stix/build/libs/stix-1.2.0.2 -SNAPSHOT.jar .
2727#
2828# If the containder ID is not obvious, but you can also retrieve it via:
2929#
3030# docker ps
3131#
3232# An example of retrieving the snapshot jar would be the following:
3333#
34- # ➜ /tmp docker cp 83ad9afb6096:/java-stix/build/libs/stix-1.1.1.1 -SNAPSHOT.jar .
34+ # ➜ /tmp docker cp 83ad9afb6096:/java-stix/build/libs/stix-1.2.0.2 -SNAPSHOT.jar .
3535#
3636#
3737# ###########################################################
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ see TODO.txt for a tentative roadmap. Releases will be announced on the [STIX
2525discussion list] [ list ] . A java-stix for a particular schema release will match the
2626STIX schema version in Semantic Versioning form. Follow up patches of java-stix
2727for a particular schema release will increment a 4th digit. For example, the first
28- patch release for java-stix ` v1.2.0 ` would be ` v1.2.0.2 ` . Patches will be worked
28+ patch release for java-stix ` v1.2.0 ` would be ` v1.2.0.1 ` . Patches will be worked
2929in a branch prior to being tagged and released.
3030
3131## <a name =" releases " ></a >Releases
You can’t perform that action at this time.
0 commit comments