Updates:
Cc: [email protected]
Comment #13 on issue 210 by [email protected]: Java code should detect
incompatible runtime library version
http://code.google.com/p/protobuf/issues/detail?id=210
Hmm, not very clear about the maven version compatibility... So suppose you
have a pom.xml:
<project>
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artiFactId>
<version>2.3</version>
</dependency>
</dependencies>
</project>
will it also accept protobuf-java-2.2.0.jar ? Or did you simply write
<version>2</version>?
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.