Skip to content

Commit 05060ca

Browse files
committed
prepare 2022.11.19 release
1 parent ce7cf52 commit 05060ca

56 files changed

Lines changed: 62 additions & 62 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Israel
145145

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

148-
1. docker run hack23/cia:2022.11.5 -p 28443:8443
148+
1. docker run hack23/cia:2022.11.19 -p 28443:8443
149149

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

@@ -212,14 +212,14 @@ $ service postgresql restart
212212

213213

214214
```
215-
$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2022.11.5/cia-dist-deb-2022.11.5.deb
215+
$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2022.11.19/cia-dist-deb-2022.11.19.deb
216216
```
217217

218218

219219
8. Install debian package
220220

221221
```
222-
$ sudo dpkg -i cia-dist-deb-2022.11.5.deb
222+
$ sudo dpkg -i cia-dist-deb-2022.11.19.deb
223223
```
224224

225225

cia-dist-cloudformation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.hack23.cia</groupId>
66
<artifactId>parent-web-pom</artifactId>
7-
<version>2022.11.6-SNAPSHOT</version>
7+
<version>2022.11.19-SNAPSHOT</version>
88
<relativePath>../parent-web-pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>cia-dist-cloudformation</artifactId>

cia-dist-cloudformation/src/main/resources/cia-dist-cloudformation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"Type": "String"
103103
},
104104
"DebPackageUrl": {
105-
"Default": "https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2022.11.5/cia-dist-deb-2022.11.5.deb",
105+
"Default": "https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2022.11.19/cia-dist-deb-2022.11.19.deb",
106106
"Description": "The debian package url",
107107
"Type": "String",
108108
"MinLength": "8"

cia-dist-cloudformation/src/main/resources/cia-dist-cloudformation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Parameters:
8888
Default: ''
8989
Type: String
9090
DebPackageUrl:
91-
Default: https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2022.11.5/cia-dist-deb-2022.11.5.deb
91+
Default: https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2022.11.19/cia-dist-deb-2022.11.19.deb
9292
Description: The debian package url
9393
Type: String
9494
MinLength: '8'

cia-dist-deb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.hack23.cia</groupId>
66
<artifactId>parent-web-pom</artifactId>
7-
<version>2022.11.6-SNAPSHOT</version>
7+
<version>2022.11.19-SNAPSHOT</version>
88
<relativePath>../parent-web-pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>cia-dist-deb</artifactId>

cia-dist-docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.hack23.cia</groupId>
66
<artifactId>parent-web-pom</artifactId>
7-
<version>2022.11.5</version>
7+
<version>2022.11.19</version>
88
<relativePath>../parent-web-pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>cia.dist.docker</artifactId>

cia-dist-docker/release-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent-web-pom</artifactId>
66
<groupId>com.hack23.cia</groupId>
7-
<version>2022.11.5</version>
7+
<version>2022.11.19</version>
88
<relativePath>../../parent-web-pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>cia-dist-docker-release-test</artifactId>

citizen-intelligence-agency/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.hack23.cia</groupId>
66
<artifactId>parent-web-pom</artifactId>
7-
<version>2022.11.6-SNAPSHOT</version>
7+
<version>2022.11.19-SNAPSHOT</version>
88
<relativePath>../parent-web-pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>citizen-intelligence-agency</artifactId>

citizen-intelligence-agency/src/main/java/com/hack23/cia/web/impl/ui/application/views/common/AbstractView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ protected final void createBasicLayoutWithPanelAndFooter(final String panelName)
242242
final HorizontalLayout footerBottom = new HorizontalLayout();
243243
final Link createMainViewPageLink = pageLinkFactory.createMainViewPageLink();
244244
final Label appVersion = new Label(applicationName + " (" + applicationVersion +")(Apache License 2.0)");
245-
final Link spdxLink = new Link("SBOM(spdx)", new ExternalResource("https://repo1.maven.org/maven2/com/hack23/cia/citizen-intelligence-agency/2022.11.5/citizen-intelligence-agency-2022.11.5.spdx.rdf.xml"));
246-
final Link cyclonedxLink = new Link("SBOM(cyclonedx)", new ExternalResource("https://repo1.maven.org/maven2/com/hack23/cia/citizen-intelligence-agency/2022.11.5/citizen-intelligence-agency-2022.11.5-cyclonedx.json"));
245+
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"));
246+
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"));
247247
final Link sourcCodeLink = new Link("https://github.com/Hack23/cia", new ExternalResource("https://github.com/Hack23/cia"));
248248
final Label licenseLink = new Label("Open Source");
249249

citizen-intelligence-agency/src/site/apt/index.apt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Running docker image
5959

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

62-
1. docker run hack23/cia:2022.11.5 -p 28443:8443
62+
1. docker run hack23/cia:2022.11.19 -p 28443:8443
6363

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

@@ -110,11 +110,11 @@ Installing Debian/Ubuntu package
110110

111111
7. Get cia debian package and
112112

113-
$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2022.11.5/cia-dist-deb-2022.11.5.deb
113+
$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2022.11.19/cia-dist-deb-2022.11.19.deb
114114

115115
8. Install debian package
116116

117-
$ sudo dpkg -i cia-dist-deb-2022.11.5.deb
117+
$ sudo dpkg -i cia-dist-deb-2022.11.19.deb
118118

119119

120120
9. Access the server at {{{https://localhost:28443/cia/}https://localhost:28443/cia/}}

0 commit comments

Comments
 (0)