Skip to content

Commit 9ac6e7a

Browse files
author
Oleksandr Zhevedenko
committed
Prebid Server prepare release 1.80.0
1 parent 7345718 commit 9ac6e7a

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

extra/bundle/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.prebid</groupId>
77
<artifactId>prebid-server-aggregator</artifactId>
8-
<version>1.80.0-SNAPSHOT</version>
8+
<version>1.80.0</version>
99
<relativePath>../../extra/pom.xml</relativePath>
1010
</parent>
1111

@@ -75,12 +75,12 @@
7575
<dependency>
7676
<groupId>org.prebid</groupId>
7777
<artifactId>prebid-server</artifactId>
78-
<version>1.80.0-SNAPSHOT</version>
78+
<version>1.80.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.prebid.server.hooks.modules</groupId>
8282
<artifactId>ortb2-blocking</artifactId>
83-
<version>1.80.0-SNAPSHOT</version>
83+
<version>1.80.0</version>
8484
</dependency>
8585
</dependencies>
8686

extra/modules/ortb2-blocking/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.prebid.server.hooks.modules</groupId>
77
<artifactId>all-modules</artifactId>
8-
<version>1.80.0-SNAPSHOT</version>
8+
<version>1.80.0</version>
99
</parent>
1010

1111
<artifactId>ortb2-blocking</artifactId>

extra/modules/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.prebid</groupId>
77
<artifactId>prebid-server-aggregator</artifactId>
8-
<version>1.80.0-SNAPSHOT</version>
8+
<version>1.80.0</version>
99
<relativePath>../../extra/pom.xml</relativePath>
1010
</parent>
1111

@@ -26,7 +26,7 @@
2626
<maven.compiler.source>11</maven.compiler.source>
2727
<maven.compiler.target>11</maven.compiler.target>
2828

29-
<prebid-server.version>1.80.0-SNAPSHOT</prebid-server.version>
29+
<prebid-server.version>1.80.0</prebid-server.version>
3030

3131
<lombok.version>1.18.22</lombok.version>
3232

extra/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<groupId>org.prebid</groupId>
66
<artifactId>prebid-server-aggregator</artifactId>
7-
<version>1.80.0-SNAPSHOT</version>
7+
<version>1.80.0</version>
88
<packaging>pom</packaging>
99

1010
<scm>
1111
<url>https://github.com/prebid/prebid-server-java</url>
1212
<connection>scm:git:[email protected]:prebid/prebid-server-java.git</connection>
1313
<developerConnection>scm:git:[email protected]:prebid/prebid-server-java.git</developerConnection>
14-
<tag>HEAD</tag>
14+
<tag>1.80.0</tag>
1515
</scm>
1616

1717
<properties>

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.prebid</groupId>
87
<artifactId>prebid-server-aggregator</artifactId>
9-
<version>1.80.0-SNAPSHOT</version>
8+
<version>1.80.0</version>
109
<relativePath>extra/pom.xml</relativePath>
1110
</parent>
1211

0 commit comments

Comments
 (0)