Repository: aries-jpa
Updated Branches:
  refs/heads/master 788ebc689 -> 73841c91a


Use the released OSGi JPA Service 1.1 API


Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/73841c91
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/73841c91
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/73841c91

Branch: refs/heads/master
Commit: 73841c91a2699c8740d81cfc330f446464655184
Parents: 788ebc6
Author: Tim Ward <timothyjw...@apache.org>
Authored: Tue Apr 24 18:01:35 2018 +0100
Committer: Tim Ward <timothyjw...@apache.org>
Committed: Tue Apr 24 18:01:35 2018 +0100

----------------------------------------------------------------------
 jpa-parent/pom.xml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/73841c91/jpa-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml
index 0849347..c540455 100644
--- a/jpa-parent/pom.xml
+++ b/jpa-parent/pom.xml
@@ -77,7 +77,7 @@
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.jpa</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
+                <version>1.1.0</version>
             </dependency>
             
             <dependency>
@@ -224,21 +224,6 @@
             </plugin>
         </plugins>
     </build>
-    
-    <repositories>
-        <repository>
-            <id>OSGi-spec-snapshots</id>
-            <url>https://oss.sonatype.org/content/repositories/osgi/</url>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories>
 
     <profiles>
         <profile>

Reply via email to