Skip to content

Commit

Permalink
Updated archives used to release versions as not touched by maven rel…
Browse files Browse the repository at this point in the history
…ease plugin.
  • Loading branch information
mattRedBox committed Dec 13, 2019
1 parent 21e7e93 commit edcf1a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -49,14 +49,14 @@
<artifactId>fascinator-portal</artifactId>
<type>war</type>
<classifier>skinny</classifier>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>com.googlecode.the-fascinator</groupId>
<artifactId>fascinator-portal</artifactId>
<type>jar</type>
<classifier>classes</classifier>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>com.googlecode.the-fascinator</groupId>
Expand Down Expand Up @@ -334,7 +334,7 @@
<groupId>com.googlecode.the-fascinator</groupId>
<artifactId>fascinator-portal</artifactId>
<type>warpath</type>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</dependency>
</dependencies>
<!-- The standard build/deploy process for making a server -->
Expand Down
2 changes: 1 addition & 1 deletion secure-api/pom.xml
Expand Up @@ -22,7 +22,7 @@
<artifactId>fascinator-portal</artifactId>
<type>jar</type>
<classifier>classes</classifier>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit edcf1a0

Please sign in to comment.