Skip to content

Commit 0c8e55b

Browse files
committed
prepare 2021.2.21 release
1 parent eede703 commit 0c8e55b

56 files changed

Lines changed: 61 additions & 61 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
@@ -146,7 +146,7 @@ Israel
146146

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

149-
1. docker run hack23/cia:2021.1.23 -p 28443:8443
149+
1. docker run hack23/cia:2021.2.21 -p 28443:8443
150150

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

@@ -213,14 +213,14 @@ $ service postgresql restart
213213

214214

215215
```
216-
$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2021.1.23/cia-dist-deb-2021.1.23.deb
216+
$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2021.2.21/cia-dist-deb-2021.2.21.deb
217217
```
218218

219219

220220
8. Install debian package
221221

222222
```
223-
$ sudo dpkg -i cia-dist-deb-2021.1.23.deb
223+
$ sudo dpkg -i cia-dist-deb-2021.2.21.deb
224224
```
225225

226226

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>2021.1.24-SNAPSHOT</version>
7+
<version>2021.2.21-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.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"Type": "String"
118118
},
119119
"DebPackageUrl": {
120-
"Default": "https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2021.1.23/cia-dist-deb-2021.1.23.deb",
120+
"Default": "https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2021.2.21/cia-dist-deb-2021.2.21.deb",
121121
"Description": "The debian package url",
122122
"Type": "String",
123123
"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
@@ -111,7 +111,7 @@ Parameters:
111111
Default: ''
112112
Type: String
113113
DebPackageUrl:
114-
Default: https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2021.1.23/cia-dist-deb-2021.1.23.deb
114+
Default: https://repo1.maven.org/maven2/com/hack23/cia/cia-dist-deb/2021.2.21/cia-dist-deb-2021.2.21.deb
115115
Description: The debian package url
116116
Type: String
117117
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>2021.1.24-SNAPSHOT</version>
7+
<version>2021.2.21-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>2021.1.23</version>
7+
<version>2021.2.21</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>2021.1.23</version>
7+
<version>2021.2.21</version>
88
<relativePath>../../parent-web-pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>cia-dist-docker-release-test</artifactId>

cia-dist-rpm/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>2021.1.23</version>
7+
<version>2021.2.21</version>
88
<relativePath>../parent-web-pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>cia-dist-rpm</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>2021.1.24-SNAPSHOT</version>
7+
<version>2021.2.21-SNAPSHOT</version>
88
<relativePath>../parent-web-pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>citizen-intelligence-agency</artifactId>

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:2021.1.23 -p 28443:8443
62+
1. docker run hack23/cia:2021.2.21 -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/2021.1.23/cia-dist-deb-2021.1.23.deb
113+
$ wget https://oss.sonatype.org/content/repositories/releases/com/hack23/cia/cia-dist-deb/2021.2.21/cia-dist-deb-2021.2.21.deb
114114

115115
8. Install debian package
116116

117-
$ sudo dpkg -i cia-dist-deb-2021.1.23.deb
117+
$ sudo dpkg -i cia-dist-deb-2021.2.21.deb
118118

119119

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

0 commit comments

Comments
 (0)