switching to protobuf 1.0 - for the release purposes

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@816131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2009-09-17 10:34:01 +00:00
parent 7350bd1a3f
commit 32d547ecf2
1 changed files with 2 additions and 2 deletions

View File

@ -291,7 +291,7 @@
<dependency> <dependency>
<groupId>org.apache.activemq.protobuf</groupId> <groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf</artifactId> <artifactId>activemq-protobuf</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0</version>
</dependency> </dependency>
<!-- =============================== --> <!-- =============================== -->
@ -908,7 +908,7 @@
<plugin> <plugin>
<groupId>org.apache.activemq.protobuf</groupId> <groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf</artifactId> <artifactId>activemq-protobuf</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>