Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Dec 22, 2016
1 parent a1f74fb commit 3357c35
Show file tree
Hide file tree
Showing 28 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion concurrent/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion configuration/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion discovery/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion event/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion http-client/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion http-server/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jmx-http/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>com.proofpoint.platform</groupId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jmx/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion json/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion launcher/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<properties>
Expand Down
46 changes: 23 additions & 23 deletions library/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.proofpoint.platform</groupId>
<artifactId>library</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
<packaging>pom</packaging>
<name>Library POM</name>
<description>Library POM</description>
Expand Down Expand Up @@ -89,7 +89,7 @@
<connection>scm:git:git://github.com/proofpoint/platform.git</connection>
<developerConnection>scm:git:git@github.com:proofpoint/platform.git</developerConnection>
<url>http://github.com/proofpoint/platform/tree/master</url>
<tag>HEAD</tag>
<tag>1.49</tag>
</scm>

<prerequisites>
Expand Down Expand Up @@ -527,123 +527,123 @@
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>bootstrap</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>configuration</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>concurrent</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>discovery</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>event</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>jaxrs</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>http-server</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>http-client</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>json</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>jmx</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>launcher</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
<classifier>bin</classifier>
<type>tar.gz</type>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>log</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>node</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>reporting</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>reporting-client</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>stats</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>units</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>testing</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>trace-token</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>jmx-http</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>

<!-- Java APIs -->
Expand Down Expand Up @@ -1115,7 +1115,7 @@
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>packaging</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion log/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion node/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packaging/pom.xml
Expand Up @@ -7,6 +7,6 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>library</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
<relativePath>library/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -40,7 +40,7 @@
<connection>scm:git:git://github.com/proofpoint/platform.git</connection>
<developerConnection>scm:git:git@github.com:proofpoint/platform.git</developerConnection>
<url>http://github.com/proofpoint/platform/tree/master</url>
<tag>HEAD</tag>
<tag>1.49</tag>
</scm>

<build>
Expand Down
2 changes: 1 addition & 1 deletion reporting-client/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>com.proofpoint.platform</groupId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion reporting/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions rest-server-base/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>library</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
<relativePath>../library/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>packaging</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion sample-server-archetype-builder/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion sample-server/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>library</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
<relativePath>../library/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion skeleton-server-archetype-builder/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion skeleton-server/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.proofpoint.platform</groupId>
<artifactId>library</artifactId>
<version>1.49-SNAPSHOT</version>
<version>1.49</version>
<relativePath>../library/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 3357c35

Please sign in to comment.