Skip to content

Commit

Permalink
Prebid Server prepare release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiNahornyi committed Jul 18, 2024
1 parent 6181118 commit eb01950
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion extra/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.prebid</groupId>
<artifactId>prebid-server-aggregator</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
<relativePath>../../extra/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extra/modules/confiant-ad-quality/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.prebid.server.hooks.modules</groupId>
<artifactId>all-modules</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>

<artifactId>confiant-ad-quality</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extra/modules/fiftyone-devicedetection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.prebid.server.hooks.modules</groupId>
<artifactId>all-modules</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>

<artifactId>fiftyone-devicedetection</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extra/modules/ortb2-blocking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.prebid.server.hooks.modules</groupId>
<artifactId>all-modules</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>

<artifactId>ortb2-blocking</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extra/modules/pb-richmedia-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.prebid.server.hooks.modules</groupId>
<artifactId>all-modules</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>

<artifactId>pb-richmedia-filter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extra/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.prebid</groupId>
<artifactId>prebid-server-aggregator</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
<relativePath>../../extra/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

<groupId>org.prebid</groupId>
<artifactId>prebid-server-aggregator</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
<packaging>pom</packaging>

<scm>
<url>https://github.com/prebid/prebid-server-java</url>
<connection>scm:git:[email protected]:prebid/prebid-server-java.git</connection>
<developerConnection>scm:git:[email protected]:prebid/prebid-server-java.git</developerConnection>
<tag>HEAD</tag>
<tag>3.6.0</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.prebid</groupId>
<artifactId>prebid-server-aggregator</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
<relativePath>extra/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit eb01950

Please sign in to comment.