Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 801293fd

Přidáno uživatelem Ondřej Váně před asi 4 roky(ů)

  • ID 801293fda6f9c90973b5460f6e0b5aea0aec16cb
  • Rodič adb283d4

Version 1.0.1 released

Zobrazit rozdíly:

be/fulltextsearch/pom.xml
12 12

  
13 13
	<groupId>cz.zcu.kiv.aswi</groupId>
14 14
	<artifactId>fulltextsearch</artifactId>
15
	<version>0.0.5-SNAPSHOT</version>
15
	<version>1.0.1-SNAPSHOT</version>
16 16
	<packaging>jar</packaging>
17 17
	<name>Fulltext Search</name>
18 18

  
docker-compose.yml
13 13
  fulltextsearch-backend:
14 14
    build:
15 15
      ./be/fulltextsearch
16
    image: ondrejvane/fulltextsearch-backend:0.0.5
16
    image: ondrejvane/fulltextsearch-backend:1.0.1
17 17
    container_name: fulltextsearch-backend
18 18
    ports:
19 19
      - 8080:8080
......
23 23
  fulltextsearch-fronted:
24 24
    build:
25 25
      ./fe/fulltextsearch
26
    image: ondrejvane/fulltextsearch-frontend:0.0.5
26
    image: ondrejvane/fulltextsearch-frontend:1.0.1
27 27
    container_name: fulltextsearch-frontend
28 28
    ports:
29 29
      - 4200:80
fe/fulltextsearch/package.json
1 1
{
2 2
  "name": "fulltextsearch",
3
  "version": "0.0.5",
3
  "version": "1.0.1",
4 4
  "scripts": {
5 5
    "ng": "ng",
6 6
    "start": "ng serve",
fe/fulltextsearch/src/app/components/shared-components/about-dialog/about-dialog.component.ts
7 7
})
8 8
export class AboutDialogComponent implements OnInit {
9 9

  
10
  appVersionFE = '0.0.5';
10
  appVersionFE = '1.0.1';
11 11

  
12
  appVersionBE = '0.0.5';
12
  appVersionBE = '1.0.1';
13 13

  
14 14
  solrVersion = '8.5.0';
15 15

  

Také k dispozici: Unified diff