Skip to content

Commit ed9ab75

Browse files
committed
[maven-release-plugin] prepare release 1.0.1
1 parent 4508a94 commit ed9ab75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openrtb-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.google.openrtb</groupId>
1010
<artifactId>openrtb-parent</artifactId>
11-
<version>1.0.1-SNAPSHOT</version>
11+
<version>1.0.1</version>
1212
</parent>
1313

1414
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.google.openrtb</groupId>
1010
<artifactId>openrtb-parent</artifactId>
1111
<packaging>pom</packaging>
12-
<version>1.0.1-SNAPSHOT</version>
12+
<version>1.0.1</version>
1313
<name>Google OpenRTB Libraries</name>
1414
<description>
1515
OpenRTB model for Java and other languages via protobuf;
@@ -95,7 +95,7 @@
9595
<scm>
9696
<connection>scm:git:https://github.com/google/openrtb.git</connection>
9797
<developerConnection>scm:git:https://github.com/google/openrtb.git</developerConnection>
98-
<tag>HEAD</tag>
98+
<tag>1.0.1</tag>
9999
</scm>
100100

101101
<build>

0 commit comments

Comments
 (0)