mirror of https://github.com/apache/activemq.git
updating xbean and protobuf references
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@818450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b2a13e4e0
commit
c8fb3c9ec8
12
pom.xml
12
pom.xml
|
@ -151,14 +151,6 @@
|
|||
<url>http://svn.apache.org/viewvc/activemq/trunk/</url>
|
||||
</scm>
|
||||
|
||||
<!-- This is only here since the activemq-protobuf plugin has not been released yet -->
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>apache.snapshots</id>
|
||||
<url>https://repository.apache.org/content/repositories/snapshots/</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<!-- =============================== -->
|
||||
|
@ -291,7 +283,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.activemq.protobuf</groupId>
|
||||
<artifactId>activemq-protobuf</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- =============================== -->
|
||||
|
@ -935,7 +927,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.activemq.protobuf</groupId>
|
||||
<artifactId>activemq-protobuf</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in New Issue