Skip to content

Commit

Permalink
prepare release 2022.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pethers committed Dec 10, 2022
1 parent 9660202 commit 4dc46f3
Show file tree
Hide file tree
Showing 57 changed files with 64 additions and 64 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Israel

Docker repository : https://hub.docker.com/r/hack23/cia/

1. docker run hack23/cia:2022.11.19 -p 28443:8443
1. docker run hack23/cia:2022.12.10 -p 28443:8443

2. Access server at https://localhost:28443/cia/ , register new user to get admin access

Expand Down Expand Up @@ -209,14 +209,14 @@ $ service postgresql restart


```
$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2022.11.19/cia-dist-deb-2022.11.19.deb
$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2022.12.10/cia-dist-deb-2022.12.10.deb
```


8. Install debian package

```
$ sudo dpkg -i cia-dist-deb-2022.11.19.deb
$ sudo dpkg -i cia-dist-deb-2022.12.10.deb
```


Expand Down
2 changes: 1 addition & 1 deletion cia-dist-cloudformation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-web-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-web-pom/pom.xml</relativePath>
</parent>
<artifactId>cia-dist-cloudformation</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"Type": "String"
},
"DebPackageUrl": {
"Default": "https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2022.11.19/cia-dist-deb-2022.11.19.deb",
"Default": "https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2022.12.10/cia-dist-deb-2022.12.10.deb",
"Description": "The debian package url",
"Type": "String",
"MinLength": "8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Parameters:
Default: ''
Type: String
DebPackageUrl:
Default: https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2022.11.19/cia-dist-deb-2022.11.19.deb
Default: https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2022.12.10/cia-dist-deb-2022.12.10.deb
Description: The debian package url
Type: String
MinLength: '8'
Expand Down
2 changes: 1 addition & 1 deletion cia-dist-deb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-web-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-web-pom/pom.xml</relativePath>
</parent>
<artifactId>cia-dist-deb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cia-dist-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-web-pom</artifactId>
<version>2022.11.19</version>
<version>2022.12.10</version>
<relativePath>../parent-web-pom/pom.xml</relativePath>
</parent>
<artifactId>cia.dist.docker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cia-dist-docker/release-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent-web-pom</artifactId>
<groupId>com.hack23.cia</groupId>
<version>2022.11.19</version>
<version>2022.12.10</version>
<relativePath>../../parent-web-pom/pom.xml</relativePath>
</parent>
<artifactId>cia-dist-docker-release-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion citizen-intelligence-agency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-web-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-web-pom/pom.xml</relativePath>
</parent>
<artifactId>citizen-intelligence-agency</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ protected final void createBasicLayoutWithPanelAndFooter(final String panelName)
final HorizontalLayout footerBottom = new HorizontalLayout();
final Link createMainViewPageLink = pageLinkFactory.createMainViewPageLink();
final Label appVersion = new Label(applicationName + " (" + applicationVersion +")(Apache License 2.0)");
final Link spdxLink = new Link("SBOM(spdx)", new ExternalResource("https://repo1.maven.org/maven2/com/hack23/cia/citizen-intelligence-agency/2022.11.19/citizen-intelligence-agency-2022.11.19.spdx.rdf.xml"));
final Link cyclonedxLink = new Link("SBOM(cyclonedx)", new ExternalResource("https://repo1.maven.org/maven2/com/hack23/cia/citizen-intelligence-agency/2022.11.19/citizen-intelligence-agency-2022.11.19-cyclonedx.json"));
final Link spdxLink = new Link("SBOM(spdx)", new ExternalResource("https://repo1.maven.org/maven2/com/hack23/cia/citizen-intelligence-agency/2022.12.10/citizen-intelligence-agency-2022.12.10.spdx.rdf.xml"));
final Link cyclonedxLink = new Link("SBOM(cyclonedx)", new ExternalResource("https://repo1.maven.org/maven2/com/hack23/cia/citizen-intelligence-agency/2022.12.10/citizen-intelligence-agency-2022.12.10-cyclonedx.json"));
final Link sourcCodeLink = new Link("https://github.com/Hack23/cia", new ExternalResource("https://github.com/Hack23/cia"));
final Label licenseLink = new Label("Open Source");

Expand Down
6 changes: 3 additions & 3 deletions citizen-intelligence-agency/src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Running docker image

Docker repository : https://hub.docker.com/r/hack23/cia/

1. docker run hack23/cia:2022.11.19 -p 28443:8443
1. docker run hack23/cia:2022.12.10 -p 28443:8443

2. Access server at https://localhost:28443/cia/ , register new user to get admin access

Expand Down Expand Up @@ -110,11 +110,11 @@ Installing Debian/Ubuntu package

7. Get cia debian package and

$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2022.11.19/cia-dist-deb-2022.11.19.deb
$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2022.12.10/cia-dist-deb-2022.12.10.deb

8. Install debian package

$ sudo dpkg -i cia-dist-deb-2022.11.19.deb
$ sudo dpkg -i cia-dist-deb-2022.12.10.deb


9. Access the server at {{{https://localhost:28443/cia/}https://localhost:28443/cia/}}
2 changes: 1 addition & 1 deletion encrypt.properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-web-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-web-pom/pom.xml</relativePath>
</parent>
<artifactId>encrypt.properties</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jms-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-service-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-service-pom/pom.xml</relativePath>
</parent>
<artifactId>jms.broker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.common.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-pom/pom.xml</relativePath>
</parent>
<artifactId>model.common.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.common.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-jpa2-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-jpa2-pom/pom.xml</relativePath>
</parent>
<artifactId>model.common.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.riksdagen.documentcontent.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.riksdagen.documentcontent.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.riksdagen.dokumentlista.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.riksdagen.dokumentlista.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.riksdagen.dokumentstatus.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.riksdagen.dokumentstatus.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.riksdagen.person.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.riksdagen.person.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.riksdagen.personlista.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.riksdagen.personlista.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.riksdagen.utskottsforslag.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.riksdagen.utskottsforslag.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.riksdagen.votering.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.riksdagen.votering.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.riksdagen.voteringlista.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.riksdagen.voteringlista.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.riksdagen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.riksdagen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.val.kommunvalkrets.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.val.kommunvalkrets.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.val.landstingvalkrets.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.val.landstingvalkrets.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.val.partier.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.val.partier.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.val.riksdagsvalkrets.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.val.riksdagsvalkrets.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.val/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.val</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.worldbank.countries.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.worldbank.countries.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.worldbank.data.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.worldbank.data.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.worldbank.indicators.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.worldbank.indicators.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.worldbank.topic.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.worldbank.topic.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.external.worldbank/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-external-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-external-pom/pom.xml</relativePath>
</parent>
<artifactId>model.external.worldbank</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.internal.application.user.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-internal-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-internal-pom/pom.xml</relativePath>
</parent>
<artifactId>model.internal.application.user.impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model.internal.application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-internal-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-internal-pom/pom.xml</relativePath>
</parent>
<artifactId>model.internal.application</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions parent-model-external-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-jpa2-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-jpa2-pom/pom.xml</relativePath>
</parent>
<artifactId>parent-model-external-pom</artifactId>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.hack23.cia</groupId>
<artifactId>model.common.impl</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jvnet.hyperjaxb3</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parent-model-internal-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-jpa2-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-jpa2-pom/pom.xml</relativePath>
</parent>
<artifactId>parent-model-internal-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parent-model-jpa2-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-model-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-model-pom/pom.xml</relativePath>
</parent>
<artifactId>parent-model-jpa2-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parent-model-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hack23.cia</groupId>
<artifactId>parent-pom</artifactId>
<version>2022.11.20-SNAPSHOT</version>
<version>2022.12.10-SNAPSHOT</version>
<relativePath>../parent-pom/pom.xml</relativePath>
</parent>
<artifactId>parent-model-pom</artifactId>
Expand Down
Loading

0 comments on commit 4dc46f3

Please sign in to comment.