Skip to content

Commit 4ad7813

Browse files
committed
Set version to 1.0.0.RC1-SNAPSHOT
1 parent 3f256a9 commit 4ad7813

File tree

30 files changed

+33
-39
lines changed

30 files changed

+33
-39
lines changed

apm-agent-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-parent</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.9.0-SNAPSHOT</version>
6+
<version>1.0.0.RC1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>apm-agent-parent</artifactId>
66
<groupId>co.elastic.apm</groupId>
7-
<version>0.9.0-SNAPSHOT</version>
7+
<version>1.0.0.RC1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>apm-agent-benchmarks</artifactId>

apm-agent-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>co.elastic.apm</groupId>
1010
<artifactId>apm-agent-parent</artifactId>
11-
<version>0.9.0-SNAPSHOT</version>
11+
<version>1.0.0.RC1-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>apm-agent-core</artifactId>

apm-agent-plugins/apm-apache-httpclient-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-plugins</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.9.0-SNAPSHOT</version>
6+
<version>1.0.0.RC1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-api-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-plugins</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.9.0-SNAPSHOT</version>
6+
<version>1.0.0.RC1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<artifactId>apm-es-restclient-plugin</artifactId>
97
<groupId>co.elastic.apm</groupId>
10-
<version>0.9.0-SNAPSHOT</version>
8+
<version>1.0.0.RC1-SNAPSHOT</version>
119
</parent>
1210

1311
<artifactId>apm-es-restclient-plugin-5_6</artifactId>

apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-6_4/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<artifactId>apm-es-restclient-plugin</artifactId>
97
<groupId>co.elastic.apm</groupId>
10-
<version>0.9.0-SNAPSHOT</version>
8+
<version>1.0.0.RC1-SNAPSHOT</version>
119
</parent>
1210

1311
<artifactId>apm-es-restclient-plugin-6_4</artifactId>

apm-agent-plugins/apm-es-restclient-plugin/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>apm-agent-plugins</artifactId>
75
<groupId>co.elastic.apm</groupId>
8-
<version>0.9.0-SNAPSHOT</version>
6+
<version>1.0.0.RC1-SNAPSHOT</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119
<packaging>pom</packaging>

apm-agent-plugins/apm-httpclient-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-plugins</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.9.0-SNAPSHOT</version>
6+
<version>1.0.0.RC1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

apm-agent-plugins/apm-jaxrs-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-plugins</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>0.9.0-SNAPSHOT</version>
6+
<version>1.0.0.RC1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)