Author: alien11689
Date: Wed Nov 30 13:15:37 2016
New Revision: 1772035
URL: http://svn.apache.org/viewvc?rev=1772035&view=rev
Log:
Fix pom
Modified:
aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml
Modified: aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml?rev=1772035&r1=1772034&r2=1772035&view=diff
==============================================================================
--- aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml
(original)
+++ aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation/pom.xml Wed
Nov 30 13:15:37 2016
@@ -8,12 +8,12 @@
</parent>
<groupId>org.apache.aries.blueprint</groupId>
<artifactId>blueprint-maven-plugin-annotation</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Apache Aries Blueprint Plugin Annotations</name>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/blueprint-maven-plugin-annotation-1.0.0</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/blueprint-maven-plugin-annotation-1.0.0</developerConnection>
-
<url>http://svn.apache.org/viewvc/aries/tags/blueprint-maven-plugin-annotation-1.0.0</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/trunk/blueprint/plugin/blueprint-maven-plugin-annotation</url>
</scm>
</project>