Skip to content

Commit 868324c

Browse files
committed
update SCM tag to v0.1.0 and remove unused flex-mojos plugin repository
1 parent 19f6a41 commit 868324c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<url>https://github.com/wilburhimself/theory_java</url>
3333
<connection>scm:git:https://github.com/wilburhimself/theory_java.git</connection>
3434
<developerConnection>scm:git:ssh://git@github.com/wilburhimself/theory_java.git</developerConnection>
35-
<tag>HEAD</tag>
35+
<tag>v0.1.0</tag>
3636
</scm>
3737

3838
<properties>
@@ -41,18 +41,6 @@
4141
<maven.compiler.target>1.8</maven.compiler.target>
4242
</properties>
4343

44-
<pluginRepositories>
45-
<pluginRepository>
46-
<id>flex-mojos-plugin-repository</id>
47-
<url>http://repository.sonatype.org/content/groups/flexgroup</url>
48-
<releases>
49-
<enabled>true</enabled>
50-
</releases>
51-
<snapshots>
52-
<enabled>false</enabled>
53-
</snapshots>
54-
</pluginRepository>
55-
</pluginRepositories>
5644

5745
<dependencyManagement>
5846
<dependencies>

0 commit comments

Comments
 (0)