1 Commits

Author SHA1 Message Date
e8f133b873 v1.0.0 poms 2024-10-28 16:26:00 -04:00
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.inteligr8.alfresco</groupId> <groupId>com.inteligr8.alfresco</groupId>
<artifactId>asie-api</artifactId> <artifactId>asie-api</artifactId>
<version>1.0-SNAPSHOT-asie2</version> <version>1.0.0-asie2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ASIE JAX-RS API</name> <name>ASIE JAX-RS API</name>
@@ -37,7 +37,7 @@
<dependency> <dependency>
<groupId>com.inteligr8</groupId> <groupId>com.inteligr8</groupId>
<artifactId>solr-api</artifactId> <artifactId>solr-api</artifactId>
<version>1.0-SNAPSHOT-solr6</version> <version>1.0.0-solr6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.inteligr8.alfresco</groupId> <groupId>com.inteligr8.alfresco</groupId>
<artifactId>asie-platform-module-parent</artifactId> <artifactId>asie-platform-module-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
@@ -83,7 +83,7 @@
<dependency> <dependency>
<groupId>com.inteligr8.alfresco</groupId> <groupId>com.inteligr8.alfresco</groupId>
<artifactId>asie-api</artifactId> <artifactId>asie-api</artifactId>
<version>1.0-SNAPSHOT-asie2</version> <version>1.0.0-asie2</version>
</dependency> </dependency>
<!-- Needed by this module, but provided by ACS --> <!-- Needed by this module, but provided by ACS -->

View File

@@ -5,7 +5,7 @@
<groupId>com.inteligr8.alfresco</groupId> <groupId>com.inteligr8.alfresco</groupId>
<artifactId>asie-platform-module-parent</artifactId> <artifactId>asie-platform-module-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>ASIE Platform Module Parent</name> <name>ASIE Platform Module Parent</name>

View File

@@ -5,7 +5,7 @@
<groupId>com.inteligr8</groupId> <groupId>com.inteligr8</groupId>
<artifactId>solr-api</artifactId> <artifactId>solr-api</artifactId>
<version>1.0-SNAPSHOT-solr6</version> <version>1.0.0-solr6</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Apache Solr JAX-RS API</name> <name>Apache Solr JAX-RS API</name>